From 7f58ac1363b0935a6e9e4adf55b7bb54874e5144 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Fri, 10 Sep 2021 18:57:52 +0000
Subject: [PATCH] move homeImage css config in home

---
 scss/_content.scss | 6 ------
 scss/_home.scss    | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scss/_content.scss b/scss/_content.scss
index cce5349..18736c9 100644
--- a/scss/_content.scss
+++ b/scss/_content.scss
@@ -31,12 +31,6 @@ article{
   align-items: stretch;
 }
 
-#homeImage{
-  float: left;
-  margin-right: 20px;
-  box-shadow: 7px 7px $back-color-2;
-}
-
 #banner img {
   max-width: 100% !important;
 }
diff --git a/scss/_home.scss b/scss/_home.scss
index 43045a3..a550e72 100644
--- a/scss/_home.scss
+++ b/scss/_home.scss
@@ -6,4 +6,10 @@
 
 #banner a {
   text-decoration: none;
+}
+
+#homeImage{
+  float: left;
+  margin-right: 20px;
+  box-shadow: 7px 7px $back-color-2;
 }
\ No newline at end of file
-- 
GitLab