diff --git a/static/style.css b/static/style.css index 458bf35..5a344aa 100644 --- a/static/style.css +++ b/static/style.css @@ -635,6 +635,13 @@ a.search_subreddit:hover { background-repeat: no-repeat; } +.post_media_wrapper { + display: contents; + /* Fallback for browsers insufficiently supporting "display: contents"*/ + grid-area: post_media; + text-align: center; +} + .post_media.short { max-height: 512px; width: auto;