From b77a158e9ef79cfa11ac68d44b5503dbb47b483b Mon Sep 17 00:00:00 2001 From: Broemman Date: Thu, 28 Nov 2024 14:19:02 +0100 Subject: [PATCH] Theme Herbeumont - Homepage SVG corretion --- herbeumont/src/scss/quick.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/herbeumont/src/scss/quick.scss b/herbeumont/src/scss/quick.scss index bd5df676..0973b7a2 100644 --- a/herbeumont/src/scss/quick.scss +++ b/herbeumont/src/scss/quick.scss @@ -27,18 +27,5 @@ position: relative; display: inline-block; margin-bottom: 3vw; - - &::before { - content: ""; - background: url("../../assets/svg/actu-bird-light.svg") no-repeat; - background-size: contain; - width: 94px; - height: 75px; - display: block; - position: absolute; - top: -76px; - left: -41px; - z-index: -1; - } } }