Skip to content

Commit 0390e39

Browse files
committed
fix: style consistency
1 parent 18947d0 commit 0390e39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ h6 {
5757

5858
/*
5959
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).
6062
https://stackoverflow.com/questions/7049952/what-are-the-default-margins-for-the-html-heading-tags-h1-h2-h3-etc
6163
*/
62-
h1 { margin: 0; padding: .67em 0 }
6364
h2 { margin: 0; padding: .75em 0 }
6465
h3 { margin: 0; padding: .83em 0 }
6566
h4 { margin: 0; padding: 1.12em 0 }

0 commit comments

Comments
 (0)