mirror of
https://github.com/ekmas/cs16.css
synced 2026-04-10 21:53:24 +00:00
update body margin
This commit is contained in:
parent
bd68d5c592
commit
9603b4dce6
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ body {
|
|||
padding: 40px;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
margin: 0 max(0px, round(50vw - (800px/2), 1px));
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
|
|
|||
Loading…
Reference in a new issue