This commit is contained in:
armansansd
2021-10-20 13:46:02 +02:00
parent 9a14f09902
commit 9ca780b925
7 changed files with 55 additions and 22 deletions

View File

@@ -111,6 +111,23 @@ i, em{
}
}
.slick-arrow{
position: absolute;
height: 100%;
cursor: pointer;
z-index: 100;
// background-color: white;
opacity: 0.2;
transition: opacity 250ms;
width: 10%;
&:hover{
opacity: .5;
}
}
.slick-next{
right: 0;
top: 0;
}
.slick-prev{
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
@@ -120,6 +137,7 @@ i, em{
}
//map
.leaflet-marker-icon{

View File

@@ -6,7 +6,9 @@
position: relative;
}
.layout-content{
padding-bottom: 4rem;
}
.layout__region--bottom{
grid-column: 1 /span 3;
}