Compare commits
3 Commits
bc6f2e7e72
...
f1f9b3af42
Author | SHA1 | Date |
---|---|---|
Valentin | f1f9b3af42 | |
Valentin | 09e205ff09 | |
Valentin | 03d9ba180d |
|
@ -644,11 +644,11 @@ a {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
.actu_full h2 + div > div:nth-of-type(2) > div {
|
.actu_full h2 + div > div > div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
.actu_full h2 + div > div:nth-of-type(2) > div img {
|
.actu_full h2 + div > div > div img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
@ -1387,7 +1387,7 @@ a {
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.home_consultation h2 + div h2, .home_consultation h2 + div h3 {
|
.home_consultation h2 + div h2, .home_consultation h2 + div h3, .home_consultation h2 + div h4 {
|
||||||
font-family: "Barlow", sans-serif;
|
font-family: "Barlow", sans-serif;
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h2 + div {
|
h2 + div {
|
||||||
h2, h3 {
|
h2, h3, h4 {
|
||||||
@include sous_titre_alt();
|
@include sous_titre_alt();
|
||||||
margin-left: 12.5vw;
|
margin-left: 12.5vw;
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
h2 + div {
|
h2 + div { // tout le contenu qui n'est pas le titre
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 $x_margin;
|
padding: 0 $x_margin;
|
||||||
.visually-hidden {
|
.visually-hidden {
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
font-size: $l_font_size;
|
font-size: $l_font_size;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
> div:nth-of-type(2) {
|
> div {
|
||||||
> div {
|
> div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|
Loading…
Reference in New Issue