Compare commits
2 Commits
fb9ffed293
...
b904091947
Author | SHA1 | Date | |
---|---|---|---|
b904091947 | |||
99db92a152 |
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
@ -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'),
|
||||
|
@ -701,6 +701,7 @@
|
||||
width: 55%;
|
||||
margin: auto;
|
||||
margin-left: 14rem;
|
||||
margin-top: 2rem;
|
||||
@media(max-width: 1090px){
|
||||
flex-direction: column;
|
||||
width: 90%;
|
||||
|
@ -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 ;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user