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;