diff options
| author | brian cully <bjc@spork.org> | 2025-12-24 11:55:01 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-24 11:55:01 -0500 |
| commit | 826e3d959d2339af285cc3417315efe16a8ff07d (patch) | |
| tree | 5409c0d823b81ae0a4349090d9380615cbded830 /site/main.css | |
| parent | fdd715f4e610ae68dcb5310c37cebfbf383b1a4c (diff) | |
| download | automathon-826e3d959d2339af285cc3417315efe16a8ff07d.tar.gz automathon-826e3d959d2339af285cc3417315efe16a8ff07d.zip | |
part 2: move core logic to game module, which owns robos
Diffstat (limited to 'site/main.css')
| -rw-r--r-- | site/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/main.css b/site/main.css index 7e7ed18..4f00319 100644 --- a/site/main.css +++ b/site/main.css @@ -5,12 +5,12 @@ html { box-sizing: inherit; } -.flex-col { +x-game { display: flex; flex-direction: row; } -.flex-col section { +x-game section { flex: 1; } |
