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 7 additions and 1 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; }

File diff suppressed because one or more lines are too long

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;
}