Prevent articles from using whole of small screens

(screens that don't allow optimum ~80ch width)
This commit is contained in:
2021-01-06 17:55:36 +00:00
parent 99b8c95896
commit 5d2292cfb8
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ h3 {
}
article {
margin: 0 auto;
max-width: 80ch !important;
max-width: unquote("min(80%, 60ch)") !important;
}
.container {
min-height: 100%;