Skip to content

Commit

Permalink
smol width update
Browse files Browse the repository at this point in the history
  • Loading branch information
5t3ph committed Jun 12, 2021
1 parent d305c9f commit 155a7bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ body {

body > * {
--layout-spacing: max(8vh, 3rem);

width: 100%;
max-width: 70ch;
--max-width: 70ch;
width: min(100%, var(--max-width));
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit 155a7bb

Please sign in to comment.