Minor css fix.
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index 20b0a35..7def77d 100644 (file)
@@ -21,6 +21,10 @@ body {
   @include size(font-size, 15px);
 }
 
+p {
+    margin: 1em 0;
+}
+
 a {
   color: #0d7e85;
   text-decoration: none;