Skip to content

Commit

Permalink
Increase margin of footer
Browse files Browse the repository at this point in the history
And "padding" is not the correct property for this.
  • Loading branch information
samhed committed Jul 18, 2024
1 parent fe9173b commit 45f38bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ hr {

.footer {
text-align: center;
padding-top: 30px;
margin: 40px 0;
font-style: italic;
}

Expand Down

0 comments on commit 45f38bf

Please sign in to comment.