remove width limit on body
All checks were successful
Build and Deploy to Cloudflare Pages / build (push) Successful in 5s
Build and Deploy to Cloudflare Pages / deploy (push) Successful in 22s

This commit is contained in:
Jeffrey Paul 2026-02-10 03:54:13 -08:00
parent deb163595f
commit e808fc1aaa

View File

@ -14,8 +14,6 @@ body {
color: var(--fg); color: var(--fg);
line-height: 1.6; line-height: 1.6;
padding: 2rem 1rem; padding: 2rem 1rem;
max-width: var(--max-w);
margin: 0 auto;
} }
h1 { h1 {