Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Breakpoint to set font size to 11px
Browse files Browse the repository at this point in the history
  • Loading branch information
becdetat committed Jul 15, 2020
1 parent 49d66ae commit 38ccaa0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/components/src/pill/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
border-radius: 28px;
color: $gray-700;
display: inline-block;
font-size: 11px;
font-size: 12px;
padding: 2px 10px;
line-height: 16px;

@include breakpoint( '<320px' ) {
font-size: 11px;
}
}

0 comments on commit 38ccaa0

Please sign in to comment.