Skip to content

Commit e623b76

Browse files
author
Stanislav Idolov
committed
ENGCOM-1606: Responsive Design Footers bottom of screen on mobile devices #15118 #15353
1 parent b35f027 commit e623b76

File tree

1 file changed

+6
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@
262262
.copyright {
263263
.lib-css(background-color, @copyright__background-color);
264264
.lib-css(color, @color-white);
265+
box-sizing: border-box;
265266
display: block;
266267
padding: @indent__s;
267268
text-align: center;
268-
box-sizing: border-box;
269269
}
270270

271271
.page-header,
@@ -314,13 +314,14 @@
314314
//
315315
// Widgets
316316
// ---------------------------------------------
317-
317+
// @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
318318
.sidebar {
319319
.widget.block:not(:last-child),
320320
.widget:not(:last-child) {
321321
margin-bottom: @indent__xl;
322322
}
323323
}
324+
// @codingStandardsIgnoreEnd
324325

325326
.widget {
326327
clear: both;
@@ -334,7 +335,9 @@
334335
.widget.block {
335336
.lib-css(margin, @indent__base 0);
336337
}
337-
.links .widget.block { margin: 0; }
338+
.links .widget.block {
339+
margin: 0;
340+
}
338341
}
339342

340343
.no-display:extend(.abs-no-display all) {

0 commit comments

Comments
 (0)