Skip to content

Commit 2af2801

Browse files
ENGCOM-2463: [Forwardport] Responsive Design Footers bottom of screen on mobile devices #15118 #16994
- Merge Pull Request #16994 from ihor-sviziev/magento2:2.3-develop-PR-port-15353 - Merged commits: 1. f7228d0
2 parents f01227c + f7228d0 commit 2af2801

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)