Cap content width at something reasonable

This commit is contained in:
Shadowfacts 2022-06-20 15:35:03 -04:00
parent 941bc4713e
commit ae0c91d719
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ body {
background-color: var(--background-color);
}
@media (min-width: 696px) {
body {
width: 672px;
margin: 12px auto;
}
}
a {
color: var(--tint-color);
}