fix grid styling on wide screens

This commit is contained in:
Akbar Rahman 2022-01-28 00:57:36 +00:00
parent f5b05da883
commit 15016674e8
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -47,7 +47,7 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border: 0.2em solid var(--default-fg); border: 0.2em solid var(--default-fg);
margin: 3vw; margin: min(1em, 3vw);
text-transform: uppercase; text-transform: uppercase;
font-weight: 800; font-weight: 800;
transition: 0.5s; transition: 0.5s;