Carousel: Fix min-height for the location on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-25 12:31:51 +01:00
parent 7d8285ac6d
commit 6edbfc9def

View File

@@ -194,7 +194,7 @@
&__locations { &__locations {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
min-height: 56px; min-height: 80px;
@include breakpoint (sm) { @include breakpoint (sm) {
min-height: 128px; min-height: 128px;