From ae9a2092243f2f95ea6e3ca7220de1d17733e11b Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Fri, 10 Sep 2021 18:57:14 +0000
Subject: [PATCH] add shadow behind home image

---
 scss/_content.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scss/_content.scss b/scss/_content.scss
index c82b5f4..cce5349 100644
--- a/scss/_content.scss
+++ b/scss/_content.scss
@@ -34,6 +34,7 @@ article{
 #homeImage{
   float: left;
   margin-right: 20px;
+  box-shadow: 7px 7px $back-color-2;
 }
 
 #banner img {
-- 
GitLab