Nicer search, minor fixes.
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index 0c8dc89..7def77d 100644 (file)
@@ -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;