Skip to content

Commit

Permalink
Reduce top/bottom margins on wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarnell committed Aug 15, 2024
1 parent 6942a89 commit 80a8aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ h3 {
.wrapper {
width: 1160px;
max-width: 100%;
margin: 20px auto;
margin: 10px auto;
}

#skip-nav {
Expand Down

0 comments on commit 80a8aa6

Please sign in to comment.