Reduce margin
This commit is contained in:
parent
734d7d671f
commit
7696e29156
@ -13,6 +13,7 @@ body {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 1.4rem 1.6rem;
|
||||
gap: 1.6rem;
|
||||
overflow: hidden;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
white-space: nowrap;
|
||||
@ -42,7 +43,7 @@ body:not([data-game-state="Playing"]) {
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
margin: -0.4rem 1.6rem -0.2rem;
|
||||
margin: -0.4rem 0 -0.2rem;
|
||||
overflow: hidden;
|
||||
line-height: 1.2;
|
||||
font-size: 1.5rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user