This commit is contained in:
karimaldeen 2024-09-10 20:55:56 +03:00
parent 78fcb7c23d
commit b4d66def49

View File

@ -227,11 +227,14 @@
position: relative; position: relative;
&::after{ &::after{
position: absolute; position: absolute;
top: 0; top: -30%;
left: 0; left: 0;
content: ""; content: "";
width: 10%; width: 15%;
height: 100%; height: 180%;
background: green; background-image: url('/public/Home/HeroBorder.svg') !important;
background-repeat: no-repeat !important;
background-size: contain !important;
} }
} }