From 6dc65dcaa0245bfb27f1a857016b8c25f8214557 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 16 Jun 2023 10:53:57 +0200 Subject: [PATCH] fix --- src/wolnelektury/static/2022/styles/pages/_map.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wolnelektury/static/2022/styles/pages/_map.scss b/src/wolnelektury/static/2022/styles/pages/_map.scss index 13a882f07..32b73f503 100644 --- a/src/wolnelektury/static/2022/styles/pages/_map.scss +++ b/src/wolnelektury/static/2022/styles/pages/_map.scss @@ -28,10 +28,15 @@ padding: 0 0 20px 0; border-width: 0; border-radius: 0; + + h1, h2, h3, h4 { + font-size: 1em; + margin: 0; + font-weight: bold; + } } .l-popup-book-header { display: flex; gap: 16px; } - } -- 2.20.1