summary refs log tree commit diff homepage
path: root/style.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-22 20:43:42 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-22 20:43:42 +0900
commit18385995445fa15ddca75af42b859da958402af8 (patch)
tree6c1997f8f1170bb437a006672d743d94d25cd713 /style.css
parent4fcf1161320b28509ed7c517d38c93f26157b6af (diff)
downloadhybring-18385995445fa15ddca75af42b859da958402af8.tar.gz
Add more user error handling
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;