Skip to content

Commit

Permalink
tweak broadcast tournament page multiboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent 16f0da8 commit 2c78f4c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ui/analyse/css/study/relay/_tour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,19 +270,10 @@
@include breakpoint($mq-xx-large) {
margin: 0 calc(var(--box-padding) - 1em);
.now-playing a {
padding: 0.8em 1em;
padding: 0.8em;
}
}
}
.now-playing {
grid-template-columns: repeat(2, 1fr);
@include breakpoint($mq-large) {
grid-template-columns: repeat(3, 1fr);
}
@include breakpoint($mq-xx-large) {
grid-template-columns: repeat(4, 1fr);
}
}
}

.relay-games {
Expand Down

0 comments on commit 2c78f4c

Please sign in to comment.