Skip to content

Commit

Permalink
refactor: fix de lt calculator spacing (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
surekhaw authored Feb 4, 2025
1 parent e6c5ad0 commit 7d87001
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@
transition: height 0.2s linear;

.open & {
height: 172px;
min-height: 172px;
transition: height 0.2s linear;

margin-bottom: inherit;

@include smallMobile {
height: 190px;
min-height: 190px;
}
}

Expand Down

0 comments on commit 7d87001

Please sign in to comment.