Minor css fixes.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 17 Jun 2019 13:27:28 +0000 (15:27 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 17 Jun 2019 13:27:28 +0000 (15:27 +0200)
src/wolnelektury/static/scss/book_text/book_box.scss
src/wolnelektury/static/scss/main/base.scss

index 38550ce..d63466b 100644 (file)
@@ -12,4 +12,7 @@
     .book-box-read {
         opacity: .5;
     }
+
+    .book-right-column {display: none;}
+    .read-more-hide, .read-more-show {display: none;}
 }
index 45e383c..870f7a1 100755 (executable)
@@ -32,6 +32,7 @@ a {
 
 h1 {
   @include size(font-size, 35px);
+  line-height: 1.1em;
   font-weight: normal;
   @include size(margin-top, 14px);
 
@@ -42,6 +43,7 @@ h1 {
 
 h2 {
   @include size(font-size, 23px);
+  line-height: 1.1em;
   font-weight: normal;
 }