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
committed by M1n-0
parent 1276edf2f2
commit d5a84144ef
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;