mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 01:40:10 +00:00
styles: constrain width of .page content column
This commit is contained in:
parent
8399ac5f6b
commit
184ec3384e
File diff suppressed because one or more lines are too long
@ -179,7 +179,7 @@ th {
|
|||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
|
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
grid-template-columns: 10rem 1fr;
|
grid-template-columns: 10rem 60ch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user