Better type proportions

This commit is contained in:
Patrick Marsceill 2018-10-23 11:39:48 -04:00
parent d21259a02f
commit 9434d248a3
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 5 additions and 2 deletions

View File

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