From 87fe9e04547bab80ff87157f9218b02dbd33375d Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Mon, 3 Feb 2025 11:30:16 -0700 Subject: [PATCH] removed background color from debugging --- music/css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/music/css/styles.css b/music/css/styles.css index 509e281..57a662d 100644 --- a/music/css/styles.css +++ b/music/css/styles.css @@ -100,7 +100,6 @@ td { /**Responsiveness**/ @media screen and (max-width: 900px) { #songs { - background-color: green; grid-template-columns: 40% 40%; column-gap: 20%; row-gap: 75px;