diff --git a/static/common.css b/static/common.css index 533b608..1f819e4 100644 --- a/static/common.css +++ b/static/common.css @@ -22,7 +22,7 @@ body { margin: 0; - padding: 0; + padding: 0.5rem; background: var(--bg); color: var(--fg); @@ -33,7 +33,7 @@ body { main { max-width: 50rem; - width: 100vw; + width: 100%; margin: auto; }