X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aed70facf3a26e27b1a96b04cad8139de600e42f..1c9e2865ce8c6ab51b2fa3e43d3661089e7b7eb8:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index 65516666f..6aa6caa3e 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;