css timeline
This commit is contained in:
parent
8f461cc9a8
commit
44dfca5d86
|
@ -1296,7 +1296,7 @@ footer {
|
||||||
border-radius: 5%;
|
border-radius: 5%;
|
||||||
padding: 0.6rem 0.6rem;
|
padding: 0.6rem 0.6rem;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
width: 50%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
@media (max-width: 1090px) {
|
@media (max-width: 1090px) {
|
||||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text {
|
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text {
|
||||||
|
@ -1305,7 +1305,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.8rem;
|
font-size: 0.6rem;
|
||||||
font-family: "gilroy-semibold";
|
font-family: "gilroy-semibold";
|
||||||
}
|
}
|
||||||
@media (max-width: 1090px) {
|
@media (max-width: 1090px) {
|
||||||
|
@ -1317,7 +1317,7 @@ footer {
|
||||||
font-family: "gilroy-regular";
|
font-family: "gilroy-regular";
|
||||||
}
|
}
|
||||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_description p {
|
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_description p {
|
||||||
font-size: 0.8rem !important;
|
font-size: 0.6rem !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@media (max-width: 1090px) {
|
@media (max-width: 1090px) {
|
||||||
|
|
|
@ -212,14 +212,14 @@
|
||||||
border-radius: 5%;
|
border-radius: 5%;
|
||||||
padding: 0.6rem 0.6rem;
|
padding: 0.6rem 0.6rem;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
width: 50%;
|
width: 35%;
|
||||||
// min-width: fit-content;
|
// min-width: fit-content;
|
||||||
@media(max-width:1090px){
|
@media(max-width:1090px){
|
||||||
height: 200px;
|
height: 200px;
|
||||||
min-width: 80%;
|
min-width: 80%;
|
||||||
}
|
}
|
||||||
.field_field_titre{
|
.field_field_titre{
|
||||||
font-size: 0.8rem;
|
font-size: 0.6rem;
|
||||||
font-family: 'gilroy-semibold';
|
font-family: 'gilroy-semibold';
|
||||||
// font-weight: 800;
|
// font-weight: 800;
|
||||||
@media(max-width:1090px){
|
@media(max-width:1090px){
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
.field_field_description{
|
.field_field_description{
|
||||||
font-family: 'gilroy-regular';
|
font-family: 'gilroy-regular';
|
||||||
p{
|
p{
|
||||||
font-size: 0.8rem !important;
|
font-size: 0.6rem !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@media(max-width:1090px){
|
@media(max-width:1090px){
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
|
|
Loading…
Reference in New Issue