fix grid styling on wide screens
This commit is contained in:
parent
f5b05da883
commit
15016674e8
@ -47,7 +47,7 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 0.2em solid var(--default-fg);
|
||||
margin: 3vw;
|
||||
margin: min(1em, 3vw);
|
||||
text-transform: uppercase;
|
||||
font-weight: 800;
|
||||
transition: 0.5s;
|
||||
|
Loading…
Reference in New Issue
Block a user