diff --git a/src/style/atoms/_badge.scss b/src/style/atoms/_badge.scss index 6f01547..6afe933 100644 --- a/src/style/atoms/_badge.scss +++ b/src/style/atoms/_badge.scss @@ -3,8 +3,8 @@ */ .badge { display: inline-flex; - align-items: center; justify-content: center; + text-align: center; color: $color-primary-darker; font-family: $font-sans-sb; text-transform: uppercase; @@ -18,10 +18,6 @@ height: 14px; padding: 0 4px; font-size: rem(7px); - line-height: 14px; - - span { - margin-top: 0.25em; - } + line-height: 15px; } } \ No newline at end of file