Skip to content

Commit f7228d0

Browse files
chirag-wagentoihor-sviziev
authored andcommitted
Responsive Design Footers bottom of screen on mobile devices #15118
1 parent f01227c commit f7228d0

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
display: block;
265265
padding: @indent__s;
266266
text-align: center;
267+
box-sizing: border-box;
267268
}
268269

269270
.page-header,
@@ -417,6 +418,12 @@
417418
}
418419
}
419420
}
421+
.page-footer,
422+
.copyright {
423+
bottom: 0;
424+
position: absolute;
425+
width: 100%;
426+
}
420427
}
421428

422429
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {

0 commit comments

Comments
 (0)