Skip to content

Commit

Permalink
Fix day/week margins on match schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Jun 14, 2023
1 parent 549a3de commit 63bf605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/views/sub-views/EventSchedule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ export default {
text-decoration: underline;
}
.match.day-diff {
.match-wrapper.day-diff {
margin-top: 1.5em !important;
}
.match.week-diff {
.match-wrapper.week-diff {
margin-top: 2.5em !important;
}
Expand Down

0 comments on commit 63bf605

Please sign in to comment.