Fix badge not centered

This commit is contained in:
Gabriel Augendre 2016-05-07 19:32:38 +02:00
parent f7ad2aeea5
commit d27e7493f4
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -39,3 +39,7 @@ body {
.footer p {
margin: 0;
}
.badge {
line-height: inherit;
}