diff --git a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less index b5742b86cf9f1..c0cdd262ff7df 100644 --- a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less @@ -262,6 +262,7 @@ .copyright { .lib-css(background-color, @copyright__background-color); .lib-css(color, @color-white); + box-sizing: border-box; display: block; padding: @indent__s; text-align: center; @@ -313,13 +314,14 @@ // // Widgets // --------------------------------------------- - + // @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation .sidebar { .widget.block:not(:last-child), .widget:not(:last-child) { margin-bottom: @indent__xl; } } + // @codingStandardsIgnoreEnd .widget { clear: both; @@ -333,7 +335,9 @@ .widget.block { .lib-css(margin, @indent__base 0); } - .links .widget.block { margin: 0; } + .links .widget.block { + margin: 0; + } } .no-display:extend(.abs-no-display all) { @@ -415,6 +419,12 @@ } } } + .page-footer, + .copyright { + bottom: 0; + position: absolute; + width: 100%; + } } .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {