diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 08:22:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 08:22:39 +0000 |
commit | 89637d5e272c37a13a827a5db2add12eb4726ea1 (patch) | |
tree | fcb67aa15c19b9f0101aebb84dd79cefabd585b0 /style.css | |
parent | 2b0b81005c111684577b565b363612a0d41d111f (diff) |
wip
Diffstat (limited to '')
-rw-r--r-- | style.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -21,7 +21,7 @@ body { .container { - max-width: 1200px; + max-width: 87%; margin: 0 auto; display: grid; gap: 0.2rem; @@ -29,7 +29,9 @@ body { .cell { background: white; - margin: 20px; + margin-bottom: 20px; + margin-left: 20px; + margin-right: 20px; padding-bottom: 10px; padding-left: 50px; padding-top: 20px; |