From 13cee1a7148844ffcd026ad0b541a3289fbafefa Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 5 Jul 2018 15:40:14 +0200 Subject: [PATCH] prevent abstract from flowing around cover --- src/wolnelektury/static/scss/main/book_box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index 9e87e3917..6e71fbca5 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -526,6 +526,7 @@ @include size(margin-top, 18px); overflow: hidden; position: relative; + clear: left; @media screen and (min-width: 62.5em) { @include size(width, 536px); -- 2.20.1