From ffe502fa8402ef0992d166056ba5f7695d802e1d Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 15 Dec 2021 17:57:14 +0530 Subject: [PATCH] Refined layout for videos with smaller aspect ratio refs https://github.com/TryGhost/Team/issues/1229 --- core/frontend/src/cards/css/video.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/frontend/src/cards/css/video.css b/core/frontend/src/cards/css/video.css index 5f74ad2752..b78ce3f078 100644 --- a/core/frontend/src/cards/css/video.css +++ b/core/frontend/src/cards/css/video.css @@ -14,6 +14,8 @@ .kg-video-container { position: relative; + display: flex; + justify-content: center; } .kg-video-overlay {