Make size bigger + add ads
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user