80ch max width for text

This commit is contained in:
2020-12-08 00:07:37 +00:00
parent bce089f580
commit 118cbe89f8

View File

@@ -102,7 +102,7 @@ h3 {
color: white; color: white;
} }
article, .contained { article, .contained {
width: 70vw; width: 80ch;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }