Skip to content

Commit

Permalink
Limit width and center content horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Clark committed Nov 7, 2023
1 parent 13407c8 commit 667cc33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ body {
color: var(--main-text-color);
font-family: helvetica;
font-size: 1.2em;
margin: auto;
max-width: 70em;
}

.content-box {
Expand Down

0 comments on commit 667cc33

Please sign in to comment.