smartphone page programme

This commit is contained in:
armansansd
2021-09-02 21:12:22 +02:00
parent 87ae7fb4db
commit 5f1b37245e
6 changed files with 53 additions and 7 deletions

View File

@@ -76,6 +76,7 @@
.views-row{
// margin-top: 2rem;
.views-field-field-image{
background: transparent !important;
height: 20rem;
img{
width: 100%;
@@ -279,10 +280,12 @@
}
.block-region-third{
margin-top: -7rem;
z-index: 20;
position: relative;
@include breakpoint(small down) {
margin-top: 1rem;
}
#evenements-block_1{
background-color: black;
margin-bottom: 3rem;
@@ -495,7 +498,7 @@
}
#centre_de_ressources-block_2{
.slick-slide{
margin: 0 1rem;
margin: 0 0;
}
.slick-arrow{
position: absolute;

View File

@@ -4,8 +4,22 @@
column-gap: 3rem;
row-gap: 1rem;
position: relative;
}
.layout__region--bottom{
grid-column: 1 /span 3;
}
@include breakpoint(small down) {
#leaflet-map-view-projets-block-2{
max-height: 400px !important;
}
.layout__region--second{
grid-column: 1 /span 3;
padding: 0 5%;
}
.layout__region--third{
grid-column: 1 /span 3;
// padding: 0 3%;
}
}