X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/891c65c58eef499c1ffc3a5fe690e1b6bff0f0db..b0fadf2591f3af957c1c8e0307d0bcef9e9f8538:/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 +}