From bacb22f7f983b7e74c264ab56d13a1360b73edf3 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Fri, 19 Feb 2021 18:19:04 -0800 Subject: [PATCH] Fix post url indentation --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 7a72f0f..babbd17 100644 --- a/static/style.css +++ b/static/style.css @@ -701,7 +701,7 @@ a.search_subreddit:hover { #post_url { color: var(--accent); - margin: 5px 20px; + margin: 5px 15px; grid-area: post_media; }