From d27e7493f4c035b8fc18c4bf86adf8fbafe91d4b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 7 May 2016 19:32:38 +0200 Subject: [PATCH] Fix badge not centered --- src/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/style.css b/src/public/style.css index 4a0d9fa..ecf7356 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -39,3 +39,7 @@ body { .footer p { margin: 0; } + +.badge { + line-height: inherit; +}