diff --git a/src/Styles/Pages/Home.scss b/src/Styles/Pages/Home.scss index 7ad6893..3d9efee 100644 --- a/src/Styles/Pages/Home.scss +++ b/src/Styles/Pages/Home.scss @@ -227,11 +227,14 @@ position: relative; &::after{ position: absolute; - top: 0; + top: -30%; left: 0; content: ""; - width: 10%; - height: 100%; - background: green; + width: 15%; + height: 180%; + background-image: url('/public/Home/HeroBorder.svg') !important; + background-repeat: no-repeat !important; + background-size: contain !important; + } } \ No newline at end of file