Skip to content

Commit a21901a

Browse files
changes for Minicart-search-logo-not-vertically-aligned-1
1 parent cf69967 commit a21901a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
// Mobile
200200
// _____________________________________________
201201

202-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
202+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
203203
.block-search {
204204
margin-top: @indent__s;
205205
}

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
}
401401
}
402402

403-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
403+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
404404
.minicart-wrapper {
405405
margin-top: @indent__s;
406406
}

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
}
423423
}
424424

425-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
425+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
426426
.logo {
427427
margin-bottom: 13px;
428428
margin-top: 4px;

0 commit comments

Comments
 (0)