Skip to content

Commit 112c93f

Browse files
authored
ENGCOM-4457: Minicart search logo not vertically aligned #21638
2 parents e4aee5f + f679e03 commit 112c93f

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
@@ -213,7 +213,7 @@
213213
// Mobile
214214
// _____________________________________________
215215

216-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
216+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
217217
.block-search {
218218
margin-top: @indent__s;
219219
}

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
@@ -416,7 +416,7 @@
416416
}
417417
}
418418

419-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
419+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
420420
.minicart-wrapper {
421421
margin-top: @indent__s;
422422
}

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
@@ -453,7 +453,7 @@
453453
}
454454
}
455455

456-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
456+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
457457
.logo {
458458
margin-bottom: 13px;
459459
margin-top: 4px;

0 commit comments

Comments
 (0)