X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/da1171ae5f512c20c68a0616b3157ae9927a6f1f..5abc88f0d2ad3036dd526fbff5f0241f1d6480e1:/src/wolnelektury/static/2022/styles/pages/_map.scss?ds=sidebyside diff --git a/src/wolnelektury/static/2022/styles/pages/_map.scss b/src/wolnelektury/static/2022/styles/pages/_map.scss index 13a882f07..5ac3ac84f 100644 --- a/src/wolnelektury/static/2022/styles/pages/_map.scss +++ b/src/wolnelektury/static/2022/styles/pages/_map.scss @@ -20,6 +20,11 @@ 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; @@ -28,10 +33,20 @@ 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; } - }