Skip to content

Commit

Permalink
fix: Impose a max width relative to page
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Sep 5, 2024
1 parent 9386be3 commit 496b3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torillic/torillic.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ nav a.current {
position: relative;
margin: 4rem auto;
width: 21cm;
max-width: calc(100% - 4cm - 8rem);
min-height: 80vh;
padding: 2cm;
overflow-y: hidden;
Expand Down

0 comments on commit 496b3b2

Please sign in to comment.