css: constrain body max-width

This commit is contained in:
Astro 2022-12-23 18:56:30 +01:00
parent cd99f0ff55
commit db98712691
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ body {
background-color: #DFCFEF;
color: #1F2F4F;
font-family: sans-serif;
margin: 0;
margin: 0 auto;
max-width: 70rem;
}
a {
text-decoration: none;