Skip to content

Commit 17b2854

Browse files
author
Stanislav Idolov
authored
ENGCOM-2450: Broken Responsive Layout on Top page #16983
2 parents cf5cfca + 68d74ac commit 17b2854

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
@@ -433,6 +433,17 @@
433433
}
434434
}
435435

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

0 commit comments

Comments
 (0)