Skip to content

Commit 0edac92

Browse files
committed
MAGETWO-42871: Storefront menu UI issues on mobile
1 parent f830493 commit 0edac92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/design/frontend/Magento/blank/web/css/source/_navigation.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
&.greet.welcome {
133133
border-top: 1px solid @color-gray82;
134134
font-weight: 700;
135-
padding: 8px 20px;
135+
padding: .8rem @indent__base;
136136
}
137137
> a {
138138
border-top: 1px solid @color-gray82;
@@ -144,7 +144,7 @@
144144
.lib-css(text-decoration, @navigation-level0-item__text-decoration);
145145
display: block;
146146
font-weight: 700;
147-
padding: 8px 20px;
147+
padding: .8rem @indent__base;
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)