Skip to content

Commit

Permalink
Set max width of main
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed May 6, 2024
1 parent c051521 commit ce5de95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html,
body {
background: black;
color: white;
font-family: 'Space Mono', "Helvetica Neue", sans-serif;
font-family: 'Space Mono', 'Helvetica Neue', sans-serif;
margin: 0 20px;
padding: 0;
}
Expand All @@ -21,3 +21,8 @@ a {
a:hover {
background-color: #2d2d2d;
}

main {
margin: 0 auto;
max-width: 1200px;
}

0 comments on commit ce5de95

Please sign in to comment.