Skip to content

Commit

Permalink
fix(layout): Shrink margin-top for schedule headers (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 9, 2024
1 parent 3772344 commit 5ddce96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/_schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.schedule__route-name {
display: inline-block;
margin-bottom: calc(#{$base-spacing} / 2);
margin-top: 1.75rem;
text-transform: uppercase;
}

Expand Down

0 comments on commit 5ddce96

Please sign in to comment.