taille et alignement map node-type-site

This commit is contained in:
2024-11-07 15:07:09 +01:00
parent 4862fcd554
commit 7981d2a13c
6 changed files with 49 additions and 8 deletions

View File

@@ -39,8 +39,10 @@ main{
#block-sitesmap-block{
margin: auto;
width: 30vw;
#sites-map-container{
width: 100%;
@media(max-width: 810px){
height: 300px;
}
@@ -53,12 +55,15 @@ main{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
width: 85%;
margin: auto;
gap: 20px;
.views-row{
width: 18%;
margin-bottom: 2rem;
font-size: 0.6rem ;
@media(max-width: 810px){
width: 45%;
}

View File

@@ -43,7 +43,7 @@
div{
height: 100%;
div{
height: 100%;
height: 600px;
a{
display: block;

View File

@@ -76,17 +76,28 @@ header{
}
.header_right_container{
display: none;
margin: auto;
flex: 0 0 0%;
width: 100%;
min-width: fit-content;
background: $blue_QDD;
text-align: center;
transform: translateX(0);
transition: transform 0.3s ease-in-out;
z-index: -1 ;
@media(max-width: 660px){
padding-right: 0;
}
.language-switcher-language-url{
text-transform: uppercase;
color: white;
ul{
display: flex;
flex-direction: row;
font-size: $font-normal;
font-size:0.6rem;
padding: 0;
@media(max-width: 660px){
margin-bottom: 0;
}
@@ -95,6 +106,11 @@ header{
// margin-bottom: 0;
margin: auto;
}
li a {
color: white;
font-family: 'gilroy-light';
}
li:nth-child(1){
&::after{
content: " / ";
@@ -105,7 +121,7 @@ header{
}
}
.is-active{
font-weight: 600;
font-family: 'gilroy-bold';
}
}
}