about summary refs log tree commit diff stats
path: root/js/game-frame/styles.css
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-12-28 12:33:32 -0500
committerelioat <hi@eli.li>2023-12-28 12:33:32 -0500
commit25f4965000e38bb26b55e589ce063aa2b3bd2b9a (patch)
tree3d4b0cb11c33af688c6530c6b42219115a24f690 /js/game-frame/styles.css
parente07ac296c0ae4095c39d1bfd099f1a341326ca00 (diff)
downloadtour-25f4965000e38bb26b55e589ce063aa2b3bd2b9a.tar.gz
*
Diffstat (limited to 'js/game-frame/styles.css')
-rw-r--r--js/game-frame/styles.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/js/game-frame/styles.css b/js/game-frame/styles.css
new file mode 100644
index 0000000..830034e
--- /dev/null
+++ b/js/game-frame/styles.css
@@ -0,0 +1,13 @@
+body {
+    padding: 2em;
+}
+
+main {
+    max-width: 800px;
+    margin: 0 auto;
+}
+
+canvas {
+    margin: 0 auto;
+    display: block;
+}
\ No newline at end of file