Skip to content

Commit bc3705d

Browse files
author
berdysheva
committed
fix(MobileNavigation): paddings
1 parent 5f142cc commit bc3705d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/components/navigation/components/MobileNavigation/MobileNavigation.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $block: '.#{$ns}mobile-navigation';
2020
@include mobile-tablet-only();
2121

2222
&__wrapper {
23-
padding: $indentM $indentS;
23+
padding: $indentM $indentL;
2424
}
2525

2626
&__button {
@@ -53,4 +53,11 @@ $block: '.#{$ns}mobile-navigation';
5353
@include mobile-tablet-only();
5454
@include navigation-popup();
5555
}
56+
57+
@media (max-width: map-get($gridBreakpoints, 'sm') - 1) {
58+
&__wrapper {
59+
padding-left: $indentSM;
60+
padding-right: $indentSM;
61+
}
62+
}
5663
}

src/components/navigation/components/NavigationItem/NavigationItem.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ $block: '.#{$ns}navigation-item';
3232
height: 20px;
3333
margin-right: $indentXXXS;
3434

35-
border-radius: 50%;
3635
object-fit: cover;
3736
}
3837

0 commit comments

Comments
 (0)