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 + *,
h1:first-of-type {
hr + * {
margin-top: 0;
}
h1:first-of-type {
margin-top: 0.5em;
}
}