Compare commits

..

No commits in common. "633e0efba4be16ab73cde7617dbb581960ff7067" and "896ad119219f2ade7a7e1bdabf9a0527a20fcbaa" have entirely different histories.

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 { #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-size: 0.7rem;
font-family: "gilroy-bold"; font-family: "gilroy-semibold";
} }
@media (max-width: 1090px) { @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 { #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 { #home #background-animated {
display: none;
position: absolute; position: absolute;
top: 2000px; top: 2000px;
left: 350px; left: 350px;

View File

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

View File

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