X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/53a66f70e4a8f9585b3d1a459542fb2e44f310f2..7d970fb34cbf2bccc26c10eed9874f7832b85409:/src/wolnelektury/static/2022/styles/layout/_text.scss?ds=inline diff --git a/src/wolnelektury/static/2022/styles/layout/_text.scss b/src/wolnelektury/static/2022/styles/layout/_text.scss index 1fde2b98a..c4ff0f355 100644 --- a/src/wolnelektury/static/2022/styles/layout/_text.scss +++ b/src/wolnelektury/static/2022/styles/layout/_text.scss @@ -1064,6 +1064,10 @@ background: #fff; } #other { + display: none; + @include rwd($break-wide) { + display: block; + } ul { list-style: none; margin: 0;