From: Radek Czajka <rczajka@rczajka.pl>
Date: Fri, 16 Jun 2023 09:41:10 +0000 (+0200)
Subject: minor fixes
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/f4e9d89859fd521ec9eeb1f94f9caa374ef86960?ds=inline

minor fixes
---

diff --git a/src/wolnelektury/settings/basic.py b/src/wolnelektury/settings/basic.py
index 413adbe7c..29c882b35 100644
--- a/src/wolnelektury/settings/basic.py
+++ b/src/wolnelektury/settings/basic.py
@@ -14,7 +14,7 @@ MANAGERS = ADMINS
 
 CONTACT_EMAIL = 'fundacja@wolnelektury.pl'
 
-CACHE_MIDDLEWARE_SECONDS = 24 * 60 * 60
+CACHE_MIDDLEWARE_SECONDS = 3 * 60
 
 DATABASES = {
     'default': {
diff --git a/src/wolnelektury/static/2022/styles/components/_search.scss b/src/wolnelektury/static/2022/styles/components/_search.scss
index 1c1369a15..115101410 100644
--- a/src/wolnelektury/static/2022/styles/components/_search.scss
+++ b/src/wolnelektury/static/2022/styles/components/_search.scss
@@ -29,6 +29,11 @@
         font-size: 18px;
         line-height: 1.5em;
 
+        &:hover {
+            text-decoration: none;
+            background-color: #d2d2d2;
+        }
+
         strong {
             font-weight: normal;
             background: #FFEA00;
diff --git a/src/wolnelektury/static/2022/styles/pages/_map.scss b/src/wolnelektury/static/2022/styles/pages/_map.scss
index a7c2e8fb5..5ac3ac84f 100644
--- a/src/wolnelektury/static/2022/styles/pages/_map.scss
+++ b/src/wolnelektury/static/2022/styles/pages/_map.scss
@@ -39,6 +39,11 @@
            margin: 0;
            font-weight: bold;
        }
+       p {
+           margin: 0;
+           font-size: 18px;
+           line-height: 1.5em;
+       }
    }
    .l-popup-book-header {
        display: flex;