Skip to content

Commit

Permalink
chore: enforce consistent margins on every page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnewtn committed Feb 20, 2024
1 parent 0e531d6 commit 255b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {
margin: 0;

display: grid;
grid-template-columns: auto auto auto;
grid-template-columns: auto 70vw auto;
grid-template-rows: max-content auto max-content;
grid-template-areas:
". header ."
Expand Down

0 comments on commit 255b5eb

Please sign in to comment.