fix
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 16 Jun 2023 08:53:57 +0000 (10:53 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 16 Jun 2023 08:53:57 +0000 (10:53 +0200)
src/wolnelektury/static/2022/styles/pages/_map.scss

index 13a882f..32b73f5 100644 (file)
        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;
    }
-
 }