Skip to content

Commit 6fcf2fa

Browse files
author
Stanislav Idolov
authored
ENGCOM-2580: [Backport] Broken Responsive Layout on Top page #17217
2 parents 9e5f485 + d10d182 commit 6fcf2fa

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
@@ -435,6 +435,17 @@
435435
}
436436
}
437437

438+
//
439+
// Mobile
440+
// _____________________________________________
441+
442+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
443+
.cms-page-view .page-main {
444+
padding-top: 41px;
445+
position: relative;
446+
}
447+
}
448+
438449
//
439450
// Desktop
440451
// _____________________________________________

0 commit comments

Comments
 (0)