feat: Limit size of content

This commit is contained in:
2025-08-29 18:27:29 +02:00
parent 0af0a0bee7
commit 62af8b80e9

View File

@@ -12,8 +12,9 @@ header {
}
main {
display: block;
padding: 1rem 2rem;
margin: auto;
max-width: 80em;
padding: 10px;
}
footer {