Skip to content

Commit

Permalink
ENGCOM-2463: [Forwardport] Responsive Design Footers bottom of screen…
Browse files Browse the repository at this point in the history
… on mobile devices #15118 #16994

 - Merge Pull Request #16994 from ihor-sviziev/magento2:2.3-develop-PR-port-15353
 - Merged commits:
   1. f7228d0
  • Loading branch information
magento-engcom-team committed Jul 23, 2018
2 parents f01227c + f7228d0 commit 2af2801
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
display: block;
padding: @indent__s;
text-align: center;
box-sizing: border-box;
}

.page-header,
Expand Down Expand Up @@ -417,6 +418,12 @@
}
}
}
.page-footer,
.copyright {
bottom: 0;
position: absolute;
width: 100%;
}
}

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

0 comments on commit 2af2801

Please sign in to comment.