From df49b809fee0b6f82e6f7f69e9070584b6901092 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Wed, 6 Dec 2023 16:48:42 +0100 Subject: [PATCH] Some Style Changes for Video --- css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index cd88985..fb98f33 100644 --- a/css/style.css +++ b/css/style.css @@ -231,9 +231,8 @@ input[type=checkbox]{ } .content-single .single-video { - object-fit: contain; grid-column: 1 / 4; - grid-row: 1 / 2; + grid-row: 1 / 3; } .content-single .single-video video { @@ -251,7 +250,7 @@ input[type=checkbox]{ .content-single .clickable-left { grid-column: 1 / 2; - grid-row: 1 / 3; + grid-row: 1 / 2; } .content-single .clickable-center { @@ -261,7 +260,7 @@ input[type=checkbox]{ .content-single .clickable-right { grid-column: 3 / 4; - grid-row: 1 / 3; + grid-row: 1 / 2; } /* Error Page */