X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/layout/_books.scss diff --git a/src/wolnelektury/static/2021/css/layout/_books.scss b/src/wolnelektury/static/2021/css/layout/_books.scss deleted file mode 100644 index 5e2282078..000000000 --- a/src/wolnelektury/static/2021/css/layout/_books.scss +++ /dev/null @@ -1,55 +0,0 @@ -.l-books__wrapper { - border-top: 4px solid $color-light-gray; - margin-top: 100px; - width: 100%; - - h2 { - font-weight: $bold; - @include font-size(32px); - letter-spacing: -0.02em; - color: $color-primary; - line-height: 100%; - margin-top: 53px; - } -} - -.l-books__wrapper - -.l-books { - display: flex; - flex-wrap: wrap; - margin-top: 30px; -} - -.l-books__item { - width: 25%; - - h2 { - font-weight: $bold; - @include font-size(18px); - line-height: 21px; - letter-spacing: -0.01em; - color: $color-gray; - margin: 0; - } - h3 { - font-weight: $bold; - @include font-size(14px); - line-height: 16px; - letter-spacing: 0.01em; - color: $color-gray; - margin: 0; - } -} - -.l-books__item__img { - margin: 0; - font-size: 0; - margin-bottom: 25px; - - a {} - img { - width: 194px; - height: 280px; - } -}