Change index.js and index.css to game.js and game.css

This commit is contained in:
2026-03-30 14:51:37 +02:00
parent 5668d21b0d
commit 1be3750672
2 changed files with 3 additions and 3 deletions

View File

@@ -48,8 +48,8 @@ main {
.cell {
border: 1px solid #333333;
width: 35px;
height: 35px;
width: 30px;
height: 30px;
transition: all 0.2s ease;
display: flex;
align-items: center;