fix mobile css

This commit is contained in:
Aakansha Doshi 2023-09-05 11:01:19 +05:30
parent beb2ceaa72
commit 3ea7c7ffa0
4 changed files with 11 additions and 2 deletions

View file

@ -165,6 +165,11 @@
width: var(--lg-button-size);
height: var(--lg-button-size);
@include isMobile {
width: 1.75rem;
height: 1.75rem;
}
svg {
width: var(--lg-icon-size);
height: var(--lg-icon-size);