From 6d2c534fb184840f0ccf2c427bd80efedb328b12 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Wed, 7 Oct 2020 15:47:14 +0200 Subject: [PATCH] height not width --- _sass/_player.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_player.scss b/_sass/_player.scss index a1f4b74..70a44c8 100644 --- a/_sass/_player.scss +++ b/_sass/_player.scss @@ -210,7 +210,7 @@ a[id^="btn"]::-moz-focus-inner { background-color: var(--accent1); margin: 0; padding: 0; - min-height: 50vw; + min-height: 50vh; text-align: left; .button { background-color: var(--accent1); @@ -243,7 +243,7 @@ a[id^="btn"]::-moz-focus-inner { .full-image { width: 50%; min-width: 280px; - min-height: 50vw; + min-height: 50vh; background-color: transparent; background-size: cover; background-position: center;