diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 10:11:35 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 10:11:35 +0000 |
commit | 8264d54b10a0435241e531b8f6a7c5278eb80958 (patch) | |
tree | 5d036737e0bec8a1d6ca3108e2bad56932d66007 | |
parent | 56be68ea9e2fcbfa3abe9124d423d02accd5c859 (diff) |
wip
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,6 +124,9 @@ img { .inner-grid_2 { grid-template-columns: 1fr; /* Switch to single column layout */ } + .container { + max-width: 97%; + } .cell { padding-left: 20px; } |