mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Increase max container width to improve reading code
This commit is contained in:
parent
67aa48f0e5
commit
2311e17cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ body {
|
|||
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 48rem;
|
||||
max-width: 72rem;
|
||||
width: 90%;
|
||||
padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue