more page styles

This commit is contained in:
Lyn Fugmann 2024-09-15 16:11:29 +02:00
parent c91caf72e0
commit 5cdcab9907
3 changed files with 11 additions and 2 deletions

View file

@ -23,8 +23,17 @@ eleventyComputed:
</html>
{% css %}
:root {
--page-width: 75rem;
}
body {
font-family: sans-serif;
margin: 0;
font-size: 17px;
}
main {
max-width: var(--page-width);
margin-left: auto;
margin-right: auto;
}
{% endcss %}