Compare commits

...

2 Commits

Author SHA1 Message Date
15016674e8
fix grid styling on wide screens 2022-01-28 00:57:36 +00:00
f5b05da883
update screenshot 2022-01-28 00:56:14 +00:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -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;