From b6cdd81a169616057b3297a426a99b5b5b658f8c Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 28 May 2018 07:27:52 +0000
Subject: [PATCH] feat: disable image styles

---
 static/assets/sass/01-content.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/assets/sass/01-content.scss b/static/assets/sass/01-content.scss
index 21ea2b3..d1a4df9 100644
--- a/static/assets/sass/01-content.scss
+++ b/static/assets/sass/01-content.scss
@@ -23,7 +23,7 @@
 $bp-mobile 			: 500px;
 
 // Images
-$image-background	: url('../../images/background.jpg');
+// $image-background	: url('../../images/background.jpg');
 
 //-------------------------------------------------------------------------------
 // Fade In
@@ -82,8 +82,8 @@
 	.split-image {
 		width: 50%;
 		height: 100vh;
-		background-image: $image-background; 
-		background-position:center center;
+		// background-image: $image-background;
+		// background-position:center center;
 		background-size:cover;
 
 		@media (max-width: $bp-tablet ) {

--
Gitblit v1.10.0