quick fix
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 23 Jun 2025 07:36:24 +0000 (09:36 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 23 Jun 2025 07:36:24 +0000 (09:36 +0200)
src/wolnelektury/static/2022/styles/layout/_text.scss

index 1fde2b9..c4ff0f3 100644 (file)
@@ -1064,6 +1064,10 @@ background: #fff;
     }
 
     #other {
+        display: none;
+        @include rwd($break-wide) {
+            display: block;
+        }
        ul {
            list-style: none;
            margin: 0;