made a few more items per line visible on desktop

This commit is contained in:
Kristy Fournier 2025-03-06 10:22:12 -05:00
parent 42e78ca977
commit 48d4577c53

View file

@ -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;