minor fixes
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / pages / _map.scss
index 13a882f..5ac3ac8 100644 (file)
        gap: 5px;
        max-height: 350px;
        overflow-y: scroll;
+
+       margin-left: -10px;
+       margin-right: -10px;
+       padding-left: 10px;
+       padding-right: 10px;
    }
    .l-popup-books img {
        display: block;
        padding: 0 0 20px 0;
        border-width: 0;
        border-radius: 0;
+
+       h1, h2, h3, h4 {
+           font-size: 1em;
+           margin: 0;
+           font-weight: bold;
+       }
+       p {
+           margin: 0;
+           font-size: 18px;
+           line-height: 1.5em;
+       }
    }
    .l-popup-book-header {
        display: flex;
        gap: 16px;
    }
-
 }