diff --git a/themes/grav/scss/template/_core.scss b/themes/grav/scss/template/_core.scss index 9f48ee86..4c4022ac 100644 --- a/themes/grav/scss/template/_core.scss +++ b/themes/grav/scss/template/_core.scss @@ -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; }