0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Refined layout for videos with smaller aspect ratio

refs https://github.com/TryGhost/Team/issues/1229
This commit is contained in:
Rishabh 2021-12-15 17:57:14 +05:30
parent 67d0059166
commit ffe502fa84

View file

@ -14,6 +14,8 @@
.kg-video-container {
position: relative;
display: flex;
justify-content: center;
}
.kg-video-overlay {