Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Use XY-Grid in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Aug 5, 2017
1 parent 71d16cf commit 19b2cad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/assets/scss/modules/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.footer-container {
max-width: 100%;
width: 100%;
margin: 0 auto;
border-top: 1px solid $medium-gray;
margin-top: rem-calc(60);
}

.footer {
@include xy-grid-container;
@include xy-grid;
padding: rem-calc(30) 0;

article {
@include xy-cell(auto);
margin: 0;
}

ul {
list-style-type: none;
margin: 0;
Expand Down

0 comments on commit 19b2cad

Please sign in to comment.