mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
styles: constrain width of .page content column
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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