From 3a7c77849859eb284a0ea520fa59c780cbfcaf62 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Tue, 1 Sep 2020 12:16:29 +0200 Subject: [PATCH] Actually fix the background --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index d89c79a..794cdfe 100644 --- a/src/App.scss +++ b/src/App.scss @@ -20,7 +20,7 @@ limitations under the License. background-color: $app-background; background-image: url('./imgs/background.svg'); background-repeat: none; - background-position: top center; + background-position: 50% top; } @mixin spacer {