mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-07-30 09:49:07 +00:00
styles: constrain width of .page content column
This commit is contained in:
@@ -179,7 +179,7 @@ th {
|
||||
grid-gap: 1rem;
|
||||
|
||||
@media (min-width: 800px) {
|
||||
grid-template-columns: 10rem 1fr;
|
||||
grid-template-columns: 10rem 60ch;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user