Make size bigger + add ads

This commit is contained in:
Sysy's
2026-03-31 11:55:20 +02:00
committed by M1n-0
parent 1c59e7af7a
commit 0c2d989ad8
2 changed files with 14 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ main {
}
.game-layout {
width: min(95vw, 1000px);
width: min(96vw, 1200px);
}
.toolbox {
@@ -74,8 +74,8 @@ main {
}
.cell {
width: clamp(28px, 5.5vmin, 60px);
height: clamp(28px, 5.5vmin, 60px);
width: clamp(28px, 6.2vmin, 72px);
height: clamp(28px, 6.2vmin, 72px);
transition: all 0.2s ease;
display: flex;
align-items: center;