Commit 4ea6bb96 authored by Laura Heimann's avatar Laura Heimann

showing less grid items in rows

parent d8f0227e
......@@ -33,7 +33,7 @@
& .song-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 15px;
}
& .song-list-playlist {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment