Fix styling on larger screens
This commit is contained in:
parent
4e4ae150a2
commit
9334ae12ce
|
@ -105,7 +105,8 @@ body {
|
|||
#game-board {
|
||||
position: relative;
|
||||
width: 82svw;
|
||||
height: 82svw;
|
||||
max-width: 480px;
|
||||
aspect-ratio: 1/1;
|
||||
background-color: var(--color-bg-tertiary);
|
||||
border: 2px solid var(--color-neutral-700);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue