1
0
Fork 0

Make puzzle bigger.

feature/save-game
Daniel Perelman 5 years ago
parent 927460ee74
commit 548aa21d54

@ -4,14 +4,13 @@
background-color: black;
}
#crossword td {
width: 2vw;
height: 2vw;
width: 5vw;
height: 5vw;
border-collapse: collapse;
text-align: center;
font-size: 2vw;
font-size: 5vw;
}
#crossword td.blank {
border: solid black 2px;
background-color: white;
}
#crossword td.empty::before {

Loading…
Cancel
Save