Simple carousel on eink.
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
old mode 100755 (executable)
new mode 100644 (file)
index 45e383c..20b0a35
@@ -14,7 +14,7 @@ html, body {
 
 /* Basic colors and fonts */
 body {
-  font-family: Georgia, serif;
+  font-family: Gelasio, Georgia, serif;
   background: #f7f7f7;
   color: black;
 
@@ -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;
 }
 
@@ -224,3 +226,15 @@ ul.plain {
 @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;
+    }
+}