Skip to content

Commit

Permalink
linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Mar 22, 2024
1 parent df16dcf commit c35c4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/digital.gov/src/scss/new/_topics-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
.topics-button--count {
display: flex;
list-style: none;
margin-bottom: px-to-rem(12px);
transition: none;
width: fit-content;
margin-bottom: px-to-rem(12px);

@include at-media("tablet") {
column-count: 3;
Expand All @@ -97,9 +97,9 @@
}

@include at-media("tablet") {
margin-bottom: 0;
padding: units(1);
padding-left: 0;
margin-bottom: 0;
}
}
}

0 comments on commit c35c4a2

Please sign in to comment.