X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/243ac5a586da9e5abb87698306794b6cc173ded1..41c79d87e68ee700db66327131dbbe7947ed2158:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index 6aa6caa3e..60c7a1ee9 100644 --- a/src/wolnelektury/static/2022/more.scss +++ b/src/wolnelektury/static/2022/more.scss @@ -266,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; @@ -285,6 +290,11 @@ form { } .funding-bar-container { flex-grow: 1; + + display: contents; + @include rwd($B4) { + display: block; + } } } }