style.css/body: content width

This commit is contained in:
Hans Fast 2026-03-18 21:12:15 +01:00
parent 4f2a4d9ae1
commit 38cc5757dd
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
body {
font-family: "Jost*";
margin: 0 auto;
max-width: 66ch;
}