minor fixes
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 16 Jun 2023 09:41:10 +0000 (11:41 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 16 Jun 2023 09:47:55 +0000 (11:47 +0200)
src/wolnelektury/settings/basic.py
src/wolnelektury/static/2022/styles/components/_search.scss
src/wolnelektury/static/2022/styles/pages/_map.scss

index 413adbe..29c882b 100644 (file)
@@ -14,7 +14,7 @@ MANAGERS = ADMINS
 
 CONTACT_EMAIL = 'fundacja@wolnelektury.pl'
 
-CACHE_MIDDLEWARE_SECONDS = 24 * 60 * 60
+CACHE_MIDDLEWARE_SECONDS = 3 * 60
 
 DATABASES = {
     'default': {
index 1c1369a..1151014 100644 (file)
         font-size: 18px;
         line-height: 1.5em;
 
+        &:hover {
+            text-decoration: none;
+            background-color: #d2d2d2;
+        }
+
         strong {
             font-weight: normal;
             background: #FFEA00;
index a7c2e8f..5ac3ac8 100644 (file)
            margin: 0;
            font-weight: bold;
        }
+       p {
+           margin: 0;
+           font-size: 18px;
+           line-height: 1.5em;
+       }
    }
    .l-popup-book-header {
        display: flex;