Skip to content

Commit

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

Expand Down

0 comments on commit f1718ab

Please sign in to comment.