6
0
Fork 0

Style: zichtbare content breder, bestaande was te smal

This commit is contained in:
Michael Boelen 2023-05-07 14:02:30 +02:00
parent 7d80cfec1d
commit 170bbdc594

View file

@ -9,7 +9,7 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 2rem;
background: hsla(93, 0%, 96%, 1.00);
// background: hsla(93, 0%, 96%, 1.00);
color: #000;
}
@ -115,7 +115,7 @@ ul, ol {
}
.content {
max-width: 70ch;
max-width: 800px;
margin: 0 auto;
// text-align: justify;
}