Skip to content

Commit b60ed01

Browse files
author
Stanislav Idolov
authored
ENGCOM-2579: [Backport] Broken Responsive Layout on Top page #17218
2 parents c26240a + 175d023 commit b60ed01

File tree

1 file changed

+11
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,17 @@
420420
}
421421
}
422422

423+
//
424+
// Mobile
425+
// _____________________________________________
426+
427+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
428+
.cms-page-view .page-main {
429+
padding-top: 41px;
430+
position: relative;
431+
}
432+
}
433+
423434
//
424435
// Desktop
425436
// _____________________________________________

0 commit comments

Comments
 (0)