Skip to content

Commit 68d74ac

Browse files
ENGCOM-2450: Broken Responsive Layout on Top page #16983
- Merge Pull Request #16983 from rodrigoobiassi/magento2:responsive-layout-2.3 - Merged commits: 1. 5079f09
2 parents 2b76b97 + 5079f09 commit 68d74ac

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
@@ -426,6 +426,17 @@
426426
}
427427
}
428428

429+
//
430+
// Mobile
431+
// _____________________________________________
432+
433+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
434+
.cms-page-view .page-main {
435+
padding-top: 41px;
436+
position: relative;
437+
}
438+
}
439+
429440
//
430441
// Desktop
431442
// _____________________________________________

0 commit comments

Comments
 (0)