Carousel: Fix min-height for the location on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user