X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8e9cfe39c7ac2f49dcaf6abe295d8e80e7c2e7e8..b940617257217a8d25cc501ab31f134dea65a0e3:/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 385393352..0c8dc8973
--- a/src/wolnelektury/static/scss/main/base.scss
+++ b/src/wolnelektury/static/scss/main/base.scss
@@ -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;
 }
 
@@ -88,7 +90,7 @@ ul.plain {
 }
 
 @media screen and (min-width: 62.5em) {
-  .left-column .right-column {
+  .left-column, .right-column {
     @include size(width, 470px);
     padding-left: 0;
     padding-right: 0;
@@ -220,3 +222,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;
+    }
+}