From 77f61d17fd4036eaa2c05184287a6ba34ae42a25 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 9 Apr 2023 00:19:53 +0200 Subject: [PATCH] =?UTF-8?q?hotfix:=20wygl=C4=85d=20badge'a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/badge.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/styles/badge.scss b/src/styles/badge.scss index 8d8cd47..bc00ce0 100644 --- a/src/styles/badge.scss +++ b/src/styles/badge.scss @@ -6,12 +6,9 @@ margin: 0.25em; - span:first-child { - background: #585858; - } - span { display: inline-block; + background: #585858; padding: 0.2em 0.4em; }