From 55e9915bb06e2c12ed7a4d8836e9c400eaccd5ec Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Wed, 24 Feb 2021 11:28:26 -0800 Subject: [PATCH] Refactor post_body width --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index e444c60..b9f2834 100644 --- a/static/style.css +++ b/static/style.css @@ -715,6 +715,7 @@ a.search_subreddit:hover { font-weight: normal; margin: 5px 15px; grid-area: post_body; + width: calc(100% - 30px); } .post_footer {