Skip to content

Commit

Permalink
Fix top content margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonides committed Mar 20, 2024
1 parent 3477c59 commit 0891249
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ footer a {
max-width: 450px;
}

.container.content:before {
/* Removes clearfix */
display: inline;
content: ''
}

.container.content {
margin-top: 4rem;
}

.page-title-header {
width: 100%;
background: no-repeat center center;
Expand Down

0 comments on commit 0891249

Please sign in to comment.