This commit is contained in:
2024-07-11 17:23:09 +02:00
parent 5ecbe76fad
commit cae46393e9
4 changed files with 18 additions and 62 deletions

View File

@@ -1217,6 +1217,7 @@ footer {
border: solid rgb(7, 50, 194) 1px;
border-radius: 5%;
padding: 0.6rem 0.6rem;
line-height: 1.1;
min-width: 65%;
}
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {
@@ -1262,7 +1263,7 @@ footer {
width: 100vw;
}
#actus-caroussel .content-actus .views-row {
width: 650px !important;
width: 500px !important;
padding: 1rem;
}
@media (max-width: 550px) {
@@ -1281,7 +1282,7 @@ footer {
-khtml-border-radius: 9px; /* pour Safari et Chrome */
-webkit-border-radius: 9px; /* pour Safari sur Mac */
border-radius: 9px; /* CSS3 */
height: 350px;
height: 250px;
margin-bottom: 0.6rem;
}
@media (max-width: 550px) {
@@ -1330,7 +1331,7 @@ footer {
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_type_d_actualite {
text-transform: uppercase;
color: red;
font-size: 0.8rem;
font-size: 0.6rem;
font-family: "gilroy-bold";
display: inline-flex;
align-items: center;
@@ -1344,7 +1345,7 @@ footer {
color: red;
display: inline-flex;
align-items: center;
font-size: 0.8rem;
font-size: 0.6rem;
font-family: "gilroy-bold";
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_date::before {
@@ -1352,15 +1353,15 @@ footer {
padding-right: 0.3rem;
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title {
padding-top: 0.5rem;
padding-top: 0.2rem;
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 {
margin: 0;
line-height: 0.4;
padding-bottom: 0.8rem;
padding-bottom: 0.6rem;
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 a {
font-size: 1rem;
font-size: 0.8rem;
color: rgb(7, 50, 194);
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body {
@@ -1369,7 +1370,7 @@ footer {
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p {
margin: 0;
font-size: 0.9rem;
font-size: 0.7rem;
}
#actus-caroussel .content-actus .views-row:nth-child(odd) {
position: relative;