summaryrefslogtreecommitdiffstats
path: root/site/main.css
diff options
context:
space:
mode:
authorbrian cully <bjc@spork.org>2025-12-24 11:55:01 -0500
committerbrian cully <bjc@spork.org>2025-12-24 11:55:01 -0500
commit826e3d959d2339af285cc3417315efe16a8ff07d (patch)
tree5409c0d823b81ae0a4349090d9380615cbded830 /site/main.css
parentfdd715f4e610ae68dcb5310c37cebfbf383b1a4c (diff)
downloadautomathon-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.css4
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;
}