From c4e2551365eff2c12f5a19134779ef3289480ac3 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 20 Jun 2023 14:54:27 +0100 Subject: fix badges --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 035c404..7098687 100644 --- a/static/style.css +++ b/static/style.css @@ -137,17 +137,21 @@ aside { } footer { + display: flex; + align-items: center; z-index: -1; background-color: #e8d2c5; } .badge, .badge * { - display: inline; + height: 31px; padding: 0; border-radius: 0; border: 0; - margin: 4px 0; + margin: 0; + text-decoration: none; + font-size: 0; background-color: #0000; } -- cgit