fixed minesweeper

This commit is contained in:
Patrick 2025-01-05 20:26:18 +01:00
parent ffca29cc18
commit fec941e502
4 changed files with 53 additions and 75 deletions

View file

@ -88,7 +88,6 @@ button:active {
canvas {
display: none;
height: 69vh;
}
@media(max-width: 600px) {
@ -102,8 +101,4 @@ canvas {
width: 90%;
max-width: none;
}
canvas {
height: 50vh;
}
}
}