lessites mobile

This commit is contained in:
ouidade 2024-11-05 21:20:44 +01:00
parent c6d86df3bb
commit d516369a78
2 changed files with 19 additions and 0 deletions

View File

@ -3234,6 +3234,11 @@ main {
#lessites .content_container .view .header_view #block-sitesmap-block {
margin: auto;
}
@media (max-width: 810px) {
#lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container {
height: 300px;
}
}
#lessites .content_container .view .views-row-wrapper {
display: flex;
flex-direction: row;
@ -3246,6 +3251,11 @@ main {
width: 18%;
margin-bottom: 2rem;
}
@media (max-width: 810px) {
#lessites .content_container .view .views-row-wrapper .views-row {
width: 45%;
}
}
#lessites .content_container .view .views-row-wrapper .views-row .views-field-title .field-content a {
color: rgb(7, 50, 194);
font-family: "gilroy-bold";

View File

@ -39,6 +39,12 @@ main{
#block-sitesmap-block{
margin: auto;
#sites-map-container{
@media(max-width: 810px){
height: 300px;
}
}
}
}
@ -53,6 +59,9 @@ main{
.views-row{
width: 18%;
margin-bottom: 2rem;
@media(max-width: 810px){
width: 45%;
}
.views-field-title .field-content a{
color: $blue_QDD;
font-family: "gilroy-bold";