From 48d4577c5305037ac1caaeda407c06f1756a66f0 Mon Sep 17 00:00:00 2001 From: Kristy Fournier <124598538+kristy-fournier@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:22:12 -0500 Subject: [PATCH] made a few more items per line visible on desktop --- Client/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/styles.css b/Client/styles.css index 8857c11..59ac410 100644 --- a/Client/styles.css +++ b/Client/styles.css @@ -74,7 +74,7 @@ h4 { /* Songlist stuff */ .songlist { - width: 60%; + width: 70%; min-width: 300px; margin:auto auto 150px; display: flex; @@ -84,7 +84,7 @@ h4 { .songlist > .item{ border: 1px solid #333333; width:30%; - max-width: 200px; + max-width: 150px; margin: 5px auto; min-width: 100px; background-color: inherit;