Skip to content

Commit a5a0dd9

Browse files
committed
Remove glitched hero background
1 parent 23100d0 commit a5a0dd9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ux.symfony.com/assets/styles/sections/_hero.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,7 @@
1010
}
1111

1212
.hero-background {
13-
background: url(../images/background_homepage.png);
14-
background-size: cover;
1513
padding-block-start: 4rem;
16-
17-
&::after {
18-
content: "";
19-
display: block;
20-
position: absolute;
21-
background: #d75b5b00;
22-
width: 100%;
23-
margin-block-start: -1.5rem;
24-
backdrop-filter: blur(1rem);
25-
height: 3rem;
26-
}
2714
}
2815

2916
.hero-sub-text {

0 commit comments

Comments
 (0)