Skip to content

Commit

Permalink
More body padding
Browse files Browse the repository at this point in the history
  • Loading branch information
chaselambda committed Jun 19, 2024
1 parent 6cf24f7 commit fd1a616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ body {
position: relative;
margin-left: auto;
margin-right: auto;
padding: 0 8px 0 8px;
padding: 0 16px 0 16px;
}

.social-buttons img {
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ body {
position: relative;
margin-left: auto;
margin-right: auto;
padding: 0 8px 0 8px;
padding: 0 16px 0 16px;
}

.social-buttons img {
Expand Down

0 comments on commit fd1a616

Please sign in to comment.