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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 4rem;
|
||||||
}
|
}
|
||||||
#actus-caroussel h2 {
|
#actus-caroussel h2 {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@@ -1627,7 +1627,7 @@ footer {
|
|||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 1rem;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_liens {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_liens {
|
||||||
@@ -2585,6 +2585,7 @@ body {
|
|||||||
width: 55%;
|
width: 55%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-left: 14rem;
|
margin-left: 14rem;
|
||||||
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 1090px) {
|
@media (max-width: 1090px) {
|
||||||
#home #live-youtube {
|
#home #live-youtube {
|
||||||
|
@@ -232,6 +232,7 @@
|
|||||||
chapeau : document.querySelectorAll('.field_body'),
|
chapeau : document.querySelectorAll('.field_body'),
|
||||||
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
|
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
|
||||||
enjeux : document.querySelectorAll('.field_field_textes .paragraph--type--static-parts .enjeux'),
|
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'),
|
// mapHome : document.querySelectorAll('.field_field_map_block #block-sitesmapblock'),
|
||||||
// mapSite : document.querySelectorAll('#sites-map-container'),
|
// mapSite : document.querySelectorAll('#sites-map-container'),
|
||||||
lienDoc : document.querySelectorAll('.field_field_documents'),
|
lienDoc : document.querySelectorAll('.field_field_documents'),
|
||||||
|
@@ -701,6 +701,7 @@
|
|||||||
width: 55%;
|
width: 55%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-left: 14rem;
|
margin-left: 14rem;
|
||||||
|
margin-top: 2rem;
|
||||||
@media(max-width: 1090px){
|
@media(max-width: 1090px){
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 4rem;
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
font-family: 'gilroy-regular';
|
font-family: 'gilroy-regular';
|
||||||
p{
|
p{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 1rem;
|
||||||
font-size: 0.7rem ;
|
font-size: 0.7rem ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user