remove extra spacing from service packages tiles
This commit is contained in:
hiteshkumar87 2025-02-21 18:15:56 +05:30
parent e0171f2e71
commit 4b728b12e3

View file

@ -233,8 +233,7 @@ export default {
min-height: 52px;
max-height: 126px;
@include media-breakpoint-up(md) {
max-height: 500px;
padding-bottom: 3rem;
max-height: 500px;
}
transition: max-height 0.25s ease-in;