vm css deroulement
This commit is contained in:
parent
2bd90ffdac
commit
4c1ac30bdf
|
@ -1146,6 +1146,8 @@ footer {
|
||||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement {
|
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement {
|
||||||
padding-left: 0rem;
|
padding-left: 0rem;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
align-items: end;
|
||||||
|
height: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .date {
|
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .date {
|
||||||
|
@ -1225,6 +1227,11 @@ footer {
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
min-width: 65%;
|
min-width: 65%;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1090px) {
|
||||||
|
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text {
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
#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-weight: 800;
|
||||||
|
|
|
@ -108,6 +108,8 @@
|
||||||
@media(max-width:550px){
|
@media(max-width:550px){
|
||||||
padding-left: 0rem;
|
padding-left: 0rem;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
align-items: end;
|
||||||
|
height: 200px;
|
||||||
}
|
}
|
||||||
.date{
|
.date{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
@ -190,6 +192,9 @@
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
// width: fit-content;
|
// width: fit-content;
|
||||||
min-width: 65%;
|
min-width: 65%;
|
||||||
|
@media(max-width:1090px){
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
.field_field_titre{
|
.field_field_titre{
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
|
Loading…
Reference in New Issue