Compare commits

...

2 Commits

Author SHA1 Message Date
ouidade 13c43da1ed text bold timeline 2024-09-26 23:42:47 +02:00
ouidade 896ad11921 display formes paralax 2024-09-26 23:34:34 +02:00
3 changed files with 3 additions and 4 deletions

View File

@ -1285,7 +1285,7 @@ footer {
}
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .text .field_field_titre {
font-size: 0.7rem;
font-family: "gilroy-semibold";
font-family: "gilroy-bold";
}
@media (max-width: 1090px) {
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .text .field_field_titre {
@ -1509,7 +1509,6 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
}
#home #background-animated {
display: none;
position: absolute;
top: 2000px;
left: 350px;

View File

@ -1,7 +1,7 @@
#home{
#background-animated {
display: none;
// display: none;
position: absolute;
top: 2000px;
left: 350px;

View File

@ -178,7 +178,7 @@
.field_field_titre{
font-size: 0.7rem;
// font-weight: 800;
font-family: 'gilroy-semibold';
font-family: 'gilroy-bold';
@media(max-width:1090px){
font-size: 1rem;
}