From ad7f4a5b4c0694b88e484ac47cce06a004aa3e0d Mon Sep 17 00:00:00 2001 From: Makai P Date: Sat, 6 Apr 2024 16:46:44 -0400 Subject: [PATCH] fixed gray bars oops --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 40bc218..5783e90 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); body { - max-width: 1000px; + max-width: 900px; margin: auto; padding: 10px; font-family: "Inter", sans-serif; @@ -53,7 +53,6 @@ button:hover { background-repeat: no-repeat; background-size: auto; background-position-y: top; - background-size: inherit; } section {