Compare commits

...

2 Commits

Author SHA1 Message Date
b904091947 ajustement css carroussel actu 2025-03-03 12:39:55 +01:00
99db92a152 ajustement css carroussel actu 2025-03-03 12:34:54 +01:00
5 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1496,7 +1496,7 @@ footer {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 6rem;
padding-bottom: 4rem;
}
#actus-caroussel h2 {
width: fit-content;
@ -1627,7 +1627,7 @@ footer {
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p {
margin: 0;
margin-bottom: 0.5rem;
margin-bottom: 1rem;
font-size: 0.7rem;
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_liens {
@ -2585,6 +2585,7 @@ body {
width: 55%;
margin: auto;
margin-left: 14rem;
margin-top: 2rem;
}
@media (max-width: 1090px) {
#home #live-youtube {

View File

@ -232,6 +232,7 @@
chapeau : document.querySelectorAll('.field_body'),
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
enjeux : document.querySelectorAll('.field_field_textes .paragraph--type--static-parts .enjeux'),
live : document.querySelectorAll('#live-youtube'),
// mapHome : document.querySelectorAll('.field_field_map_block #block-sitesmapblock'),
// mapSite : document.querySelectorAll('#sites-map-container'),
lienDoc : document.querySelectorAll('.field_field_documents'),

View File

@ -701,6 +701,7 @@
width: 55%;
margin: auto;
margin-left: 14rem;
margin-top: 2rem;
@media(max-width: 1090px){
flex-direction: column;
width: 90%;

View File

@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 6rem;
padding-bottom: 4rem;
h2{
width: fit-content;
@ -137,7 +137,7 @@
font-family: 'gilroy-regular';
p{
margin: 0;
margin-bottom: 0.5rem;
margin-bottom: 1rem;
font-size: 0.7rem ;
}
}