Skip to content

Commit

Permalink
Reduce font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Feb 5, 2025
1 parent 2929f80 commit 705408b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.subscriber-totals {
padding: 0 48px;
margin-bottom: 8px;
font-size: $font-code;

// 430px is the DataViews padding breakpoint.
@media ( max-width: 430px ) {
Expand All @@ -14,11 +15,6 @@
min-height: 24px;
}

&__counts {
font-size: 14;
color: var(--studio-gray-60);
}

&__filtered-count {
font-weight: 600;
margin-right: 4px;
Expand All @@ -31,4 +27,4 @@
&__total-count {
font-weight: 600;
}
}
}

0 comments on commit 705408b

Please sign in to comment.