taille et alignement map node-type-site
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
@@ -43,7 +43,7 @@
|
||||
div{
|
||||
height: 100%;
|
||||
div{
|
||||
height: 100%;
|
||||
height: 600px;
|
||||
|
||||
a{
|
||||
display: block;
|
||||
|
@@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user