From e14e33a44ed022c8a67e38ac746c28fbfbc60d27 Mon Sep 17 00:00:00 2001 From: Sneexy Date: Mon, 27 Nov 2023 19:09:01 -0600 Subject: [PATCH] oops --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a8da214..57fce0a 100644 --- a/style.css +++ b/style.css @@ -622,7 +622,7 @@ footer > .dot { .buttons-img:first-child { display: grid; grid-template-rows: repeat(1, 1fr); - grid-template-columns: repeat(6, 1fr); + grid-template-columns: repeat(7, 1fr); margin: 1em 8em 1em 8em; place-items: center; }