X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c45ffd591c7d0e199e6c1def194b58fc4573b6d6..b8c235267a6345ebe3891f49c16ad3fc5f1d3f25:/src/wolnelektury/static/scss/main/base.scss

diff --git a/src/wolnelektury/static/scss/main/base.scss b/src/wolnelektury/static/scss/main/base.scss
old mode 100755
new mode 100644
index e4fb701e6..7def77d94
--- a/src/wolnelektury/static/scss/main/base.scss
+++ b/src/wolnelektury/static/scss/main/base.scss
@@ -14,13 +14,17 @@ html, body {
 
 /* Basic colors and fonts */
 body {
-  font-family: Georgia, serif;
+  font-family: Gelasio, Georgia, serif;
   background: #f7f7f7;
   color: black;
 
   @include size(font-size, 15px);
 }
 
+p {
+    margin: 1em 0;
+}
+
 a {
   color: #0d7e85;
   text-decoration: none;
@@ -32,6 +36,7 @@ a {
 
 h1 {
   @include size(font-size, 35px);
+  line-height: 1.1em;
   font-weight: normal;
   @include size(margin-top, 14px);
 
@@ -42,6 +47,7 @@ h1 {
 
 h2 {
   @include size(font-size, 23px);
+  line-height: 1.1em;
   font-weight: normal;
 }
 
@@ -220,3 +226,19 @@ ul.plain {
     @include size(margin-bottom, 10px);
   }
 }
+
+@media screen and (max-width: 62.5em) {
+  .mobile-margins {margin-left: 1em; margin-right: 1em;}
+}
+
+
+table.table {
+    margin: auto;
+    border-collapse: collapse;
+    
+    td, th {
+        border: 1px solid #444;
+        padding: .5em;
+        text-align: center;
+    }
+}