css timeline

This commit is contained in:
ouidade 2024-09-20 21:29:04 +02:00
parent 085717b329
commit f458c06753
2 changed files with 3 additions and 2 deletions

View File

@ -1306,7 +1306,7 @@ footer {
} }
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre { #home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {
font-size: 0.6rem; font-size: 0.6rem;
font-weight: 800; font-family: "gilroy-semibold";
} }
@media (max-width: 1090px) { @media (max-width: 1090px) {
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre { #home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {

View File

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