From 7c1f6e87a9d15449f7355f445fc6513556526429 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 12 Feb 2024 14:39:55 -0600 Subject: [PATCH] Wider stuffs --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 789eacf..29ac9e4 100644 --- a/static/style.css +++ b/static/style.css @@ -23,7 +23,7 @@ } main:nth-of-type(1) { - width: 90%; + width: 95%; max-width: 1000px; margin: auto; } @@ -55,11 +55,11 @@ h3 { padding: 10px; } -@media screen and (min-width: 500px) { +@media screen and (min-width: 450px) { .grid-container { display: grid; grid-template-columns: 1fr 1fr; - grid-gap: 20px; + grid-gap: 10px; } .grid-child {