mirror of
https://github.com/danbulant/arcade-machine
synced 2026-05-19 04:18:51 +00:00
height change
This commit is contained in:
parent
c9dacb89bc
commit
70e36808b1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
grid-template-rows: repeat(2, 1fr);
|
||||
grid-gap: 15px;
|
||||
margin-top: 10px;
|
||||
height: 100vh;
|
||||
height: 90vh;
|
||||
width: 100vw;
|
||||
padding: 2rem;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue