From a6723522e67015fb14ccbc1efaec6b602f0bee68 Mon Sep 17 00:00:00 2001 From: Violet Date: Tue, 16 Apr 2024 20:01:54 +0000 Subject: [PATCH] Change min width slightly to prevent funky linebreaks --- static/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index 33b832c..0537d98 100644 --- a/static/root.css +++ b/static/root.css @@ -24,7 +24,7 @@ box-shadow: outset rgb(35, 20, 60) 0px 0px 20px; } -@media screen and (min-width: 400px) { +@media screen and (min-width: 415px) { .linkContainer { display: grid; grid-template-columns: 1fr 1fr 1fr;