X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/243ac5a586da9e5abb87698306794b6cc173ded1..c36c3891e56611e2ad4c518daa46b8cc3f28188e:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index 6aa6caa3e..1e6b692c4 100644 --- a/src/wolnelektury/static/2022/more.scss +++ b/src/wolnelektury/static/2022/more.scss @@ -152,7 +152,7 @@ body.is-open { position:absolute; top: 60px; - z-index: 1; + z-index: 50; position: absolute; width: 186px; @@ -259,16 +259,21 @@ form { .funding-promo-bar { - margin: 18px auto; + margin: auto; .l-checkout__support { - margin: 0; + margin: 18px 0; 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; @@ -285,6 +290,11 @@ form { } .funding-bar-container { flex-grow: 1; + + display: contents; + @include rwd($B4) { + display: block; + } } } }