A mini theme for the pelican static site generator
git clone https://github.com/m-col/mini-theme
Files | Refs | Readme

Commit 98c2fb69a65fef8a9f861aed136b3bb03507a8a5
Parent: b4df4d0feed90fdc94e9eba33c7e4ccd58ace176
Author: mcol <mcol@posteo.net>
Date: 2021-08-03 19:04:18 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-08-03 19:04:18 +0100

increase paragraph vertical margins

static/css/main.css Modified

@@ -15,6 +15,10 @@
     max-width: 900px;
 }
 
+p {
+    margin: 15px 0;
+}
+
 li {
     list-style-type: square;
 }