Fissa dimensioni riquadri punteggio per evitare spostamenti

This commit is contained in:
2026-01-28 14:30:17 +01:00
parent 2c6416bfe0
commit eae5cbf964
2 changed files with 23 additions and 4 deletions

View File

@@ -80,8 +80,23 @@ button:focus-visible {
float: left;
width: 50%;
}
.punteggio-container {
width: 100%;
height: 100%;
display: flex;
}
.punt {
font-size: 60vh;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
min-height: 50vh;
min-width: 50vw;
max-width: 50vw;
overflow: hidden;
box-sizing: border-box;
}
.form {
font-size: 5vh;