set body width to 90%
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 28s

This commit is contained in:
Jeffrey Paul 2026-02-10 04:42:45 -08:00
parent e808fc1aaa
commit 28f4c0305e

View File

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