add more "air" to mobile menu (ui) (#11377)

This commit is contained in:
Ihor Sychevskyi 2022-06-06 13:28:27 +03:00 committed by GitHub
parent e1b1d63010
commit 21489734c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@
width: 100%;
padding: 0 4.85rem 4.85rem;
transition: right .5s;
@media (max-width: $bp-sm) {
padding: 0 1.75rem 1.75rem;
}
}
&-links {