Skip to content

Commit a916b2f

Browse files
committed
Modif Seneffe
1 parent 98a5a41 commit a916b2f

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

seneffe/src/scss/home/actualites.scss

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,19 @@
11
.sectionnews {
22
margin-top: 0;
3-
padding-top: 180px;
3+
padding-top: 80px;
4+
margin-top: 80px;
45

56
&::after {
67
content: "";
7-
background:
8-
url("../../assets/svg/logo-actu.svg") left center no-repeat,
9-
linear-gradient(
10-
180deg,
11-
#fff 0,
12-
#fff 110px,
13-
$primary-blue 110px,
14-
$primary-blue 100%
15-
);
8+
background: url("../../assets/svg/logo-actu.svg") left center no-repeat
9+
$primary-blue;
1610
left: 0;
1711
width: 100vw;
1812
height: 100%;
1913
bottom: 0;
2014
position: absolute;
2115
z-index: -1;
22-
background-size:
23-
contain,
24-
100% 100%;
25-
background-position:
26-
left center,
27-
top left;
16+
background-size: 40% 80%;
2817
}
2918

3019
.section-title {

0 commit comments

Comments
 (0)