summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/www/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/www/style.css b/game/www/style.css
index 80c8747..70595a4 100644
--- a/game/www/style.css
+++ b/game/www/style.css
@@ -31,6 +31,7 @@ body, html {
#canvas {
width: 100vw;
+ height: calc(100vh - 60px);
}
#options {
@@ -38,6 +39,7 @@ body, html {
color: var(--fg);
position: relative;
width: 100%;
+ height: 60px;
padding: 10px;
display: flex;
flex-direction: row;