made the width of the body bigger

This commit is contained in:
Karma Riuk
2025-05-08 00:10:40 +02:00
parent 5d9936c958
commit 173a84aa2b

View File

@ -1,6 +1,6 @@
body {
font-family: sans-serif;
max-width: 600px;
max-width: 50vw;
margin: 2em auto;
}