From 44d689b9948b03d9b220960e7990fe1e90935479 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 9 Sep 2019 15:55:31 -0400
Subject: [PATCH] Lint

---
 _sass/layout.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/layout.scss b/_sass/layout.scss
index 9ec8b077..6644dc3e 100644
--- a/_sass/layout.scss
+++ b/_sass/layout.scss
@@ -158,8 +158,8 @@
     width: 100%;
     height: 100%;
     background-image: url($logo);
-    background-position: left center;
     background-repeat: no-repeat;
+    background-position: left center;
     background-size: contain;
   }
 }
-- 
GitLab