smartphone page programme
This commit is contained in:
@@ -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