We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a5a41 commit a916b2fCopy full SHA for a916b2f
seneffe/src/scss/home/actualites.scss
@@ -1,30 +1,19 @@
1
.sectionnews {
2
margin-top: 0;
3
- padding-top: 180px;
+ padding-top: 80px;
4
+ margin-top: 80px;
5
6
&::after {
7
content: "";
- 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
- );
+ background: url("../../assets/svg/logo-actu.svg") left center no-repeat
+ $primary-blue;
16
left: 0;
17
width: 100vw;
18
height: 100%;
19
bottom: 0;
20
position: absolute;
21
z-index: -1;
22
- background-size:
23
- contain,
24
- 100% 100%;
25
- background-position:
26
- left center,
27
- top left;
+ background-size: 40% 80%;
28
}
29
30
.section-title {
0 commit comments