From 154f82f7d47fecd7c04b3dee6215e9f941be892b Mon Sep 17 00:00:00 2001
From: Jorik Schellekens <joriksch@gmail.com>
Date: Thu, 10 Sep 2020 11:31:01 +0100
Subject: [PATCH] Stop background from wrapping

---
 src/App.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss
index 7179a17..0f0855e 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -19,7 +19,7 @@ limitations under the License.
 #root {
     background-color: $app-background;
     background-image: url('./imgs/background.svg');
-    background-repeat: none;
+    background-repeat: no-repeat;
     background-position: 50% -20%;
 }
 
-- 
GitLab