Skip to content

Commit

Permalink
Center footer columns
Browse files Browse the repository at this point in the history
  • Loading branch information
appleJax committed Feb 15, 2017
1 parent a47bc6e commit 889e23e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/styles/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
padding: 2em 0 1em 0;
h4 {
margin: 7px 0;
white-space: nowrap;
}
}

Expand All @@ -15,11 +16,16 @@
> li {
float: left;
margin-bottom: 1em;
padding-left: 8%;
width: 25%;

@include media($md-screen) {
padding-left: 12%;
width: 50%;
}
@include media($xs-screen) {
padding-left: 5%;
}
}
}

Expand Down

0 comments on commit 889e23e

Please sign in to comment.