summary refs log tree commit diff homepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 395c35d..938af97 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@ html {
     margin: auto;
     max-width: 72ch;
 }
-h1, h2, h3, h4, h5, h6 { margin-bottom: 1ex }
+h1, h2, h3, h4, h5, h6 { margin: 1ex 0 }
 form {
     display: grid;
     grid-template-columns: max-content 1fr;