From 395b7b9e8b2d2f1030dae5c783df2d53dcf3a383 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 21 Jan 2020 16:06:05 +0100 Subject: [PATCH] let's help folks find content --- _includes/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/style.css b/_includes/style.css index 4f1a36f..a275634 100644 --- a/_includes/style.css +++ b/_includes/style.css @@ -230,12 +230,12 @@ VIDEO PLAYER #bgvid { object-fit: cover; width: 100%; - height: 100%; + height: 50%; } #bgpic { object-fit: cover; width: 100%; - height: 100%; + height: 50%; display: inline-block; } @media screen and (max-width: 730px) {