Refactor post_body width

This commit is contained in:
spikecodes 2021-02-24 11:28:26 -08:00
parent 5cd5b553b0
commit 55e9915bb0
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 1 additions and 0 deletions

View File

@ -715,6 +715,7 @@ a.search_subreddit:hover {
font-weight: normal;
margin: 5px 15px;
grid-area: post_body;
width: calc(100% - 30px);
}
.post_footer {