Refactor flair spacing

This commit is contained in:
spikecodes 2021-01-15 15:55:10 -08:00
parent 3a9b2dba32
commit 0099021478
1 changed files with 2 additions and 1 deletions

View File

@ -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;