styles: constrain width of .page content column

This commit is contained in:
Oscar 2019-11-18 22:39:46 +01:00
parent 8399ac5f6b
commit 184ec3384e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -179,7 +179,7 @@ th {
grid-gap: 1rem;
@media (min-width: 800px) {
grid-template-columns: 10rem 1fr;
grid-template-columns: 10rem 60ch;
}
}