Minor css fix.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 7 Dec 2021 11:42:54 +0000 (12:42 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 7 Dec 2021 11:42:54 +0000 (12:42 +0100)
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;