Skip to content

Commit

Permalink
removed margin-top but added padding-top
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed May 28, 2024
1 parent 8999704 commit 87fb7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ html { font-family: var(--ff-poppins); }

body {
background: var(--smoky-black);
margin-top: 40px
padding-top: 20px
}


Expand Down

0 comments on commit 87fb7d9

Please sign in to comment.