X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d8a368e376f9f50ff0e3714ef716df548e86bd7f..ef05330bad3d16d8f478a6cb34e6744cc7565abd:/src/wolnelektury/static/2022/styles/layout/_collections.scss

diff --git a/src/wolnelektury/static/2022/styles/layout/_collections.scss b/src/wolnelektury/static/2022/styles/layout/_collections.scss
index b377c290b..a47ea31b6 100644
--- a/src/wolnelektury/static/2022/styles/layout/_collections.scss
+++ b/src/wolnelektury/static/2022/styles/layout/_collections.scss
@@ -3,11 +3,11 @@
   max-width: 1140px;
 
   .l-books {
-    width: calc(100% + 20px);
-
-    @include rwd(tablet) {
       width: 100%;
-    }
+
+      @include rwd($break-flow) {
+          width: calc(100% + 20px);
+      }
 
     .l-books__item {
       border: 1px solid #D9D9D9;
@@ -23,13 +23,13 @@
   h3 {
     margin-top: 0;
     font-weight: $semibold;
-    @include font-size(31px);
+    @include font-size(25px);
     line-height: 140%;
     letter-spacing: -0.01em;
     color: $color-dark;
 
-    @include rwd(tablet) {
-      @include font-size(25px);
+    @include rwd($break-flow) {
+      @include font-size(31px);
     }
   }
 
@@ -46,4 +46,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}