Skip to content

Commit

Permalink
Merge pull request #265 from FoxComm/fix-bottom-margin
Browse files Browse the repository at this point in the history
Fix the footer padding for auth pages
  • Loading branch information
anru authored May 9, 2017
2 parents b6d3dda + b99f128 commit b4b25c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}

.copyright {
margin-bottom: 40px;
padding-bottom: 40px;
}
}

Expand Down Expand Up @@ -205,6 +205,6 @@
}

.copyright {
margin-bottom: 50px;
padding-bottom: 50px;
}
}

0 comments on commit b4b25c4

Please sign in to comment.