Skip to content

Commit

Permalink
Improve the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ixkaito committed Aug 11, 2017
1 parent adc34ec commit 67f5b0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions assets/_sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@
background: $navy;
padding: 5px;

@media (min-width: $desktop) {
display: flex;
padding: 8.75px;
}

.footer-nav {
color: $light-gray;
font-size: 14px;
margin: 25px auto;
opacity: 0.75;
text-align: center;

@media (min-width: $desktop) {
margin: auto;
}

a {
color: $light-gray;
display: block;
Expand Down Expand Up @@ -56,5 +65,10 @@
margin: 25px auto;
opacity: 0.75;
text-align: center;

@media (min-width: $desktop) {
margin: auto;
order: -1;
}
}
}
Loading

0 comments on commit 67f5b0b

Please sign in to comment.