Compare commits

..

No commits in common. "13c43da1ed1314bcca2fec844f0dafb999a4d230" and "2d4c23b6efc2fecd56197841d6c7cda3c8026d4b" have entirely different histories.

3 changed files with 4 additions and 3 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-bold";
font-family: "gilroy-semibold";
}
@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,6 +1509,7 @@ 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-bold';
font-family: 'gilroy-semibold';
@media(max-width:1090px){
font-size: 1rem;
}