This commit is contained in:
spikecodes 2021-12-27 23:16:01 -08:00
parent f9b3981448
commit 6b59976fcf
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
5 changed files with 6 additions and 6 deletions

View file

@ -876,7 +876,7 @@ a.search_subreddit:hover {
#post_url {
color: var(--accent);
margin: 5px 15px;
margin: 5px 12px;
grid-area: post_media;
}
@ -903,7 +903,7 @@ a.search_subreddit:hover {
opacity: 0.5;
font-size: 14px;
grid-area: post_footer;
margin: 5px 20px 15px 15px;
margin: 5px 20px 15px 12px;
}
.post_comments {