From d87b96d0ea14d128fb276f6739f389df02e3007c Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Tue, 2 Feb 2021 21:33:23 +0100 Subject: [PATCH] Update style.css --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5a344aa..9dd95f5 100644 --- a/static/style.css +++ b/static/style.css @@ -637,7 +637,7 @@ a.search_subreddit:hover { .post_media_wrapper { display: contents; - /* Fallback for browsers insufficiently supporting "display: contents"*/ + /* Fallback for browsers with faulty "display: contents" support */ grid-area: post_media; text-align: center; }