Skip to content

Commit

Permalink
always show at least 2 boards per multiboard row
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent 14f8b67 commit 34e1511
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/analyse/css/study/relay/_tour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,7 @@
}
}
.now-playing {
grid-template-columns: repeat(1, 1fr);
@include breakpoint($mq-small) {
grid-template-columns: repeat(2, 1fr);
}
grid-template-columns: repeat(2, 1fr);
@include breakpoint($mq-large) {
grid-template-columns: repeat(3, 1fr);
}
Expand Down

0 comments on commit 34e1511

Please sign in to comment.