1
0
Fork 0

[FIX CSS] less margin-top for title of page (first h1)

This commit is contained in:
Jannik Beyerstedt 2016-05-21 23:14:52 +02:00
parent 7e93dd0724
commit 91b6a23901
3 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,9 @@ h1, h2, h3, h4 {
margin-top: 1em;
font-family: 'Crimson Text', serif; }
main h1:first-child {
margin-top: 0.4em; }
h5 {
margin-bottom: 8px; }

Binary file not shown.

View file

@ -21,6 +21,9 @@ h1, h2, h3, h4 {
margin-top: 1em;
font-family: 'Crimson Text', serif;
}
main h1:first-child {
margin-top: 0.4em;
}
h5 {
margin-bottom: 8px;
}