X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/891c65c58eef499c1ffc3a5fe690e1b6bff0f0db..b0fadf2591f3af957c1c8e0307d0bcef9e9f8538:/src/wolnelektury/static/2022/styles/layout/_your-books.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_your-books.scss b/src/wolnelektury/static/2022/styles/layout/_your-books.scss index a2be991d8..98570d4c3 100644 --- a/src/wolnelektury/static/2022/styles/layout/_your-books.scss +++ b/src/wolnelektury/static/2022/styles/layout/_your-books.scss @@ -23,10 +23,10 @@ } .l-your-books__header__actions { - display: flex; + display: none; - @include rwd(tablet) { - display: none; + @include rwd($break-flow) { + display: flex; } button { @@ -59,26 +59,26 @@ .l-your-books__continue { .l-books { - border-right: 1px solid #007880; - padding-right: 40px; - margin-right: 40px; - - @include rwd(tablet) { border-right: 0; padding-right: 0; margin-right: 10px; - } + + @include rwd($break-flow) { + border-right: 1px solid #007880; + padding-right: 40px; + margin-right: 40px; + } } } .l-your-books__shelf { width: 100%; - max-width: 928px; - - @include rwd(tablet) { - width: 100%; max-width: 189px; - } + + @include rwd($break-flow) { + width: 100%; + max-width: 928px; + } .l-your-books__header { padding-right: 85px; @@ -88,4 +88,4 @@ display: block; flex-wrap: initial; } -} \ No newline at end of file +}