Skip to content

Commit

Permalink
Allow GitHub style to adjust to window width
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 27, 2024
1 parent eb98d1b commit c94a1e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/github.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@
}

body {
width: 980px;
margin-right: auto;
margin-left: auto;
max-width: 980px;
margin: 16px auto;
background-color: var(--color-canvas-default);
}

Expand Down

0 comments on commit c94a1e0

Please sign in to comment.