Add more CSS elements and be more specific with header sizes.

This commit is contained in:
2025-11-16 19:49:11 -07:00
parent c53161a723
commit d4e76877e9

View File

@@ -1,9 +1,17 @@
/* Prevent excess gaps underneath headers. Looks horrible! */ /* Prevent excess gaps underneath headers. Looks horrible! */
h1,h2,h3 { h1,h2,p,div {
margin-bottom: 16px;
margin-top: 8px;
}
h3,h4 {
margin-bottom: 12px;
margin-top: 6px;
}
h5,h6 {
margin-bottom: 8px; margin-bottom: 8px;
margin-top: 4px; margin-top: 4px;
} }
h4,h5,h6 { pre,strong {
margin-bottom: 4px; margin-bottom: 4px;
margin-top: 2px; margin-top: 2px;
} }