mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-22 22:09:18 +02:00
fixed bingo zoom on different scaling
This commit is contained in:
parent
57e735c991
commit
4bd946b75e
1 changed files with 3 additions and 2 deletions
|
@ -102,12 +102,13 @@ body {
|
|||
display: grid;
|
||||
gap: 6px;
|
||||
margin: auto;
|
||||
transition: transform 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.bingo-cell {
|
||||
border: 1px solid var(--bingo-cell-border-color);
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
width: calc((100vh - 10rem)/5);
|
||||
height: calc((100vh - 10rem)/5);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue