From 15016674e87939378ed19c39c6b77acd920419c9 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Fri, 28 Jan 2022 00:57:36 +0000 Subject: [PATCH] fix grid styling on wide screens --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d840de6..e222103 100644 --- a/styles.css +++ b/styles.css @@ -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;