From 7d970fb34cbf2bccc26c10eed9874f7832b85409 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 23 Jun 2025 09:36:24 +0200 Subject: [PATCH 1/1] quick fix --- src/wolnelektury/static/2022/styles/layout/_text.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.20.1