Skip to content

Commit

Permalink
Add body padding
Browse files Browse the repository at this point in the history
This fixes the layout on narrow (mobile) viewports.
  • Loading branch information
danielfone authored Sep 3, 2024
1 parent 0b5efb8 commit 7176142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
max-width: 960px;
margin: 0 auto;
color: #272727;
padding: 1rem;
}

a {
Expand Down

0 comments on commit 7176142

Please sign in to comment.