Update display_global.php

This commit is contained in:
Lizandro Guarnizo
2026-06-11 23:25:59 -05:00
parent 255944e677
commit d93cf0ab0d
+2 -2
View File
@@ -108,7 +108,7 @@ $_hasVideo = (bool)$_tvVideo;
position: relative; position: relative;
} }
.pg-body.has-video { .pg-body.has-video {
grid-template-columns: 27% 46% 27%; grid-template-columns: 25% 46% 29%;
} }
@@ -224,7 +224,7 @@ $_hasVideo = (bool)$_tvVideo;
} }
.reel-wrap video { .reel-wrap video {
width: 100%; height: 100%; width: 100%; height: 100%;
object-fit: contain; object-fit: cover;
display: block; display: block;
} }