From b39796f61267c17d5cdcd322f55382d9f0c27fbe Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 08:51:00 +0000 Subject: [PATCH] shrink video size for mobile --- assets/stylesheets/template/layout/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 789ae05..6b23d1a 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -160,7 +160,7 @@ a#content{ } } @media(max-width: $screen-xs){ - height: 760px !important; + height: 720px !important; .ad-overlay{ top: 17%; position: absolute;