X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a8282aa69e00292bec986722c5230ff89f96f450..aed70facf3a26e27b1a96b04cad8139de600e42f:/src/wolnelektury/static/2022/styles/layout/_themes.scss?ds=sidebyside

diff --git a/src/wolnelektury/static/2022/styles/layout/_themes.scss b/src/wolnelektury/static/2022/styles/layout/_themes.scss
index 275fb7420..edcd6c13e 100644
--- a/src/wolnelektury/static/2022/styles/layout/_themes.scss
+++ b/src/wolnelektury/static/2022/styles/layout/_themes.scss
@@ -14,10 +14,17 @@
     margin-bottom: 23px;
     display: flex;
     justify-content: space-between;
-    align-items: center;
+    flex-direction: column;
+    align-items: stretch;
 
+    @include rwd($break-flow) {
+        flex-direction: row;
+        
+    }
+    
     a {
-      display: flex;
+        display: flex;
+        justify-content: flex-end;
       align-items: center;
       font-weight: bold;
       font-size: 16px;
@@ -85,7 +92,7 @@
     flex-wrap: wrap;
 
     li {
-      width: 16.66666666666667%;
+        min-width: 150px;
       margin-bottom: 17px;
       font-weight: normal;
       font-size: 18px;