Refactor post_body width

This commit is contained in:
spikecodes
2021-02-24 11:28:26 -08:00
parent 5cd5b553b0
commit 55e9915bb0

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 {