smartphone page programme
This commit is contained in:
@@ -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;
|
||||
|
@@ -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%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user