Layout fixes
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / components / _search.scss
index 1063d6b..1151014 100644 (file)
         font-size: 18px;
         line-height: 1.5em;
 
+        &:hover {
+            text-decoration: none;
+            background-color: #d2d2d2;
+        }
+
         strong {
             font-weight: normal;
             background: #FFEA00;
     
     > div {
         display: flex;
+        flex-wrap: wrap;
         gap: 20px;
         margin-top: 26px;
         > div {