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