From 009902147841786f9b7928c0c938232aad613d97 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Fri, 15 Jan 2021 15:55:10 -0800 Subject: [PATCH] Refactor flair spacing --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 33d1964..28c7391 100644 --- a/static/style.css +++ b/static/style.css @@ -543,7 +543,8 @@ a.search_subreddit:hover { .post_flair { background: var(--accent); color: var(--background); - padding: 5px; + padding: 4px; + margin-right: 5px; border-radius: 5px; font-size: 12px; font-weight: bold;