1
0
mirror of https://github.com/thangisme/notes.git synced 2025-10-14 15:34:08 -04:00

Better type proportions

This commit is contained in:
Patrick Marsceill
2018-10-23 11:39:48 -04:00
parent d21259a02f
commit 9434d248a3

View File

@@ -57,8 +57,11 @@
} }
} }
hr + *, hr + * {
h1:first-of-type {
margin-top: 0; margin-top: 0;
} }
h1:first-of-type {
margin-top: 0.5em;
}
} }