badge css tweaks

This commit is contained in:
Andy Miller
2015-09-08 11:14:13 -06:00
parent 0113cdcf59
commit 7b361c97e3

View File

@@ -100,13 +100,14 @@ b, strong {
}
.badge {
display: inline-block;
font-size: 0.9rem;
font-family: $font-family-default;
font-weight: 700;
border-radius: 100%;
border-radius: 10px;
padding: 0px 6px;
min-width: 23px;
line-height: 23px;
min-width: 20px;
line-height: 20px;
text-align: center;
}