X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aed70facf3a26e27b1a96b04cad8139de600e42f..41c79d87e68ee700db66327131dbbe7947ed2158:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index 65516666f..60c7a1ee9 100644 --- a/src/wolnelektury/static/2022/more.scss +++ b/src/wolnelektury/static/2022/more.scss @@ -230,10 +230,33 @@ form { .experiment { display: flex; + margin: 1em 16px; + font-size: 1.5em; align-items: center; + flex-direction: column; + margin-top: 2em; + @include rwd($break-flow) { + flex-direction: row; + align-items: flex-end; + } + + > span, > div { + text-align: center; + @include rwd($break-flow) { + width: 50%; + } + } } +.legend { + margin: 1em 16px; + font-size: .7em; + color: #777; + text-align:right; + font-style:italic; +} + .funding-promo-bar { margin: 18px auto; @@ -243,9 +266,14 @@ form { a { display: flex; align-items: start; + gap: 0 10px; + + flex-wrap: wrap; + @include rwd($B4) { + flex-wrap: nowrap; + } .buttonlike { - margin-right: 10px; background: #FFA500; //color: #083F4D; color: black; @@ -262,6 +290,11 @@ form { } .funding-bar-container { flex-grow: 1; + + display: contents; + @include rwd($B4) { + display: block; + } } } }