Skip to content

Commit

Permalink
Merge pull request #2046 from cfpb/ans_tags_gap
Browse files Browse the repository at this point in the history
Update gap in tags
  • Loading branch information
anselmbradford committed Sep 10, 2024
2 parents 59f8344 + e6c8fa1 commit 113a11b
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,14 @@ a.a-tag-filter {
padding-left: 0;
list-style-type: none;

// Mobile only.
@include respond-to-max($bp-xs-max) {
li {
margin-bottom: 0;
}
li {
margin-bottom: 0;
}

// Tablet and above.
@include respond-to-min($bp-sm-min) {
display: flex;
column-gap: math.div(15px, $btn-font-size) + em;
gap: math.div(15px, $btn-font-size) + em;
flex-wrap: wrap;

&--stacked {
Expand Down

0 comments on commit 113a11b

Please sign in to comment.