From 45c37c961fc46c6770c43f6da523993938fd40eb Mon Sep 17 00:00:00 2001 From: sandyx Date: Tue, 19 Nov 2024 11:54:09 -0600 Subject: [PATCH] fix stylesheet --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 33a6ea3..05fc86b 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,8 @@ .grid-container { font-family: Arial, sans-serif; font-size: 20px; + width: 100%; + display: grid; } .grid-item {