We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18947d0 commit 0390e39Copy full SHA for 0390e39
1 file changed
src/style.css
@@ -57,9 +57,10 @@ h6 {
57
58
/*
59
Replace default margins with padding to appease gumdrop
60
+Leave h1 as margin because we want the mobile collapsed toc to have consistent spacing
61
+between toc and the thing above toc (garden doesn't have a date).
62
https://stackoverflow.com/questions/7049952/what-are-the-default-margins-for-the-html-heading-tags-h1-h2-h3-etc
63
*/
-h1 { margin: 0; padding: .67em 0 }
64
h2 { margin: 0; padding: .75em 0 }
65
h3 { margin: 0; padding: .83em 0 }
66
h4 { margin: 0; padding: 1.12em 0 }
0 commit comments