X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c04516bb7611643cb554778ee05bbafb76dc2056..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;