Fix for production

This commit is contained in:
Ludvík Prokopec 2022-10-19 10:26:03 +02:00
parent 1e05c54f2f
commit 87588a8f28
2 changed files with 1 additions and 13 deletions

View File

@ -7,6 +7,7 @@
let myAnswer = ''
export let control = null
export let nextQuestion
export let gameData
function between(number, min, max) {
return number >= min && number <= max

View File

@ -32,17 +32,4 @@
gap: 10px;
position: relative;
}
.imageCounter {
display: flex;
align-items: center;
justify-content: center;
font-size: 125%;
color: white;
height: 94px;
width: 94px;
min-width: 94px;
position: absolute;
top: 0;
cursor: pointer;
}
</style>