Commit a09d6e5b authored by Andreas Heimann's avatar Andreas Heimann

fixed displaying 6 per row

parent 72579268
...@@ -626,8 +626,3 @@ input[type="range"]::-ms-fill-lower { ...@@ -626,8 +626,3 @@ input[type="range"]::-ms-fill-lower {
grid-template-columns: repeat(4, 1fr); grid-template-columns: repeat(4, 1fr);
} }
} }
@media screen and (min-width: 1400px) {
.song-row .song-list {
grid-template-columns: repeat(6, 1fr);
}
}
...@@ -679,10 +679,3 @@ input[type="range"]::-ms-fill-lower { ...@@ -679,10 +679,3 @@ input[type="range"]::-ms-fill-lower {
} }
} }
} }
@media screen and (min-width: 1400px) {
.song-row {
& .song-list {
grid-template-columns: repeat(6, 1fr);
}
}
}
\ No newline at end of file
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