Skip to content

Commit

Permalink
added top & bottom margin on root element
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosubasic committed Oct 13, 2024
1 parent d71d298 commit 250a375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
max-width: 1280px;
text-align: center;
padding: 0;
margin: 0 calc(1rem + 1vw * 7.5);
margin: 1rem calc(1rem + 1vw * 7.5);
min-width: 250px;
}

Expand Down

0 comments on commit 250a375

Please sign in to comment.