feat: enforce maximum width and center

This commit is contained in:
2025-06-23 17:16:02 +02:00
parent 1acd4be953
commit 44a724809f

View File

@@ -18,6 +18,11 @@ $confirm: hsl(133deg ,100%,calc(41% + 0%));
// General Styles
.content {
margin: auto;
max-width: 80em;
}
p > a {
text-decoration: underline;
}