From 7b361c97e322cd1abc5f8bb675097673b254e061 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 8 Sep 2015 11:14:13 -0600 Subject: [PATCH] badge css tweaks --- themes/grav/scss/template/_core.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; }