Skip to content

Commit

Permalink
Align labels with surrounding elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badbond committed Dec 20, 2022
1 parent 4094d21 commit 7f36364
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions website/_sass/color_schemes/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@
}

.label {
// Reduce spacing from `$sp-2` to `$sp-1`.
margin-left: $sp-1 !important;
margin-right: $sp-1 !important;

&:first-of-type {
margin-left: 0;
}
// Reduce spacing between labels and align with surrounding elements.
margin-left: 0 !important;
}

footer {
Expand Down

0 comments on commit 7f36364

Please sign in to comment.