fix: adjust the banner height for small screen size

GitOrigin-RevId: 53c807d0cd24128ffc250fbda028cfdd19bbf359
This commit is contained in:
Rebeka 2023-09-01 19:34:17 +02:00 committed by Copybot
parent 9381db581e
commit 1f9e32d0ef

View file

@ -339,12 +339,19 @@
border: 1px solid @blue-20;
color: @neutral-90;
.banner-row {
height: 56px;
min-height: 56px;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}
@media only screen and (max-width: @screen-sm-max) {
.banner-row {
min-height: 100px;
}
}
.claim-my-discount {
font-size: 14px;
font-weight: 700;