Skip to content

Commit 175d023

Browse files
ENGCOM-2579: [Backport] Broken Responsive Layout on Top page #17218
- Merge Pull Request #17218 from mage2pratik/magento2:2.1-develop-PR-port-16983 - Merged commits: 1. f6dbc7a
2 parents f06f52c + f6dbc7a commit 175d023

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)