diff options
author | elioat <elioat@tilde.institute> | 2025-02-16 21:48:52 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-02-16 21:48:52 -0500 |
commit | 9c113e31d93f7c0c6f611b14997dcaec1a9076c0 (patch) | |
tree | 09f7070db2cb4be633f8de7456a7b5e83efb472b /html/tower/index.html | |
parent | 8e8ece41840f52ce1a91ae8b5ca3b0e7bba3dbb0 (diff) | |
download | tour-9c113e31d93f7c0c6f611b14997dcaec1a9076c0.tar.gz |
*
Diffstat (limited to 'html/tower/index.html')
-rw-r--r-- | html/tower/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/tower/index.html b/html/tower/index.html index 0a4adc6..8366b98 100644 --- a/html/tower/index.html +++ b/html/tower/index.html @@ -17,10 +17,13 @@ position: relative; display: flex; gap: 20px; + align-items: flex-start; } #gameCanvas { border: 2px solid #333; background-color: white; + position: relative; + flex-shrink: 0; } .tower-palette { width: 100px; @@ -30,6 +33,7 @@ display: flex; flex-direction: column; gap: 10px; + flex-shrink: 0; } .tower-option { width: 80px; |