www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 4e67dd1f66caa9ced6e5c6cd7aa34ad0f477f1e6
parent 81afd555ee352c36d0cbc0fb7ec88c26d82425c6
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Thu Aug 22 00:51:15 +0200

padded p
Diffstat:
style.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css
@@ -108,6 +108,11 @@ em {
   font-style: normal;
 }
 
+p {
+  padding-top: 1em;
+  padding-bottom: 1em;
+}
+
 p, li {
   font-kerning: auto;
   letter-spacing: 0.02em;