Skip to content

Commit

Permalink
set h2 margin-bottom to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan2904 committed Mar 9, 2017
1 parent 40fa57f commit 5f9d354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ header h1 {
font-size: 42px;
}

h2 {
margin-bottom: 0;
}

header nav ul {
list-style: none;
margin: 0;
Expand Down

0 comments on commit 5f9d354

Please sign in to comment.