Skip to content

Commit

Permalink
chore: Tighten legend spacing in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Jan 6, 2021
1 parent 397ec58 commit 41866d0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
}

.legend {
@include margin(32, top);
@include padding(8, top bottom);
@include type-size(100);
display: flex;
justify-content: flex-end;
@media (min-width: $viewport-md) {
@include margin(32, top);
}
> div {
flex-wrap: wrap;
}
Expand Down

0 comments on commit 41866d0

Please sign in to comment.