From ae5aa6a6ecee7e65ca8c0fa5fe33ff41970355bb Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 11 Feb 2020 08:29:06 +1100 Subject: [PATCH] Change performer position to top (#358) --- ui/v2/src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/v2/src/index.scss b/ui/v2/src/index.scss index 79e8e8720..ee704c206 100755 --- a/ui/v2/src/index.scss +++ b/ui/v2/src/index.scss @@ -360,7 +360,7 @@ span.block { height: 50vh; min-height: 400px; background-size: cover !important; - background-position: center !important; + background-position: top !important; background-repeat: no-repeat !important; }