Skip to content

Commit

Permalink
Responsive Design Footers bottom of screen on mobile devices magento#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-wagento authored and vijay-wagento committed Jun 4, 2018
1 parent 6103b6b commit b8363c1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
display: block;
padding: @indent__s;
text-align: center;
box-sizing: border-box;
}

.page-header,
Expand Down Expand Up @@ -409,6 +410,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 b8363c1

Please sign in to comment.