Update styling of song in queue to adjust for blank space in suspense of artists

This commit is contained in:
Connor Wittman 2024-04-12 23:47:36 -04:00
parent 13d6d07e8e
commit 076d3a2865

View File

@ -48,7 +48,12 @@
color: #fff; /* Adjust text color for song */ color: #fff; /* Adjust text color for song */
} }
p { .fallback-artists {
margin: 14px 0 0 0; /* Adjust margin for blank space to align text */
}
.artists {
font-size: 14px;
margin: 0; /* Remove default margin for paragraph */ margin: 0; /* Remove default margin for paragraph */
color: #aaa; /* Adjust text color for artist */ color: #aaa; /* Adjust text color for artist */
} }