Skip to content

Commit

Permalink
Add left/right padding to footer so text doesn't sit right on edge of…
Browse files Browse the repository at this point in the history
… page.
  • Loading branch information
willkoehler committed Aug 22, 2014
1 parent a98e859 commit 1cbfd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _assets/stylesheets/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ a {
}

.site-footer {
padding:5em 0;
padding: 5em 1em;
margin:4em 0 0 0;
background:whitesmoke;;
color:#aaa;
Expand Down
2 changes: 1 addition & 1 deletion _assets/stylesheets/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
// reconfigure page footer with nav links centered above social links
.site-footer {
margin-top:0;
padding:2em 0%;
padding:2em 0;
text-align:center;

nav {
Expand Down

0 comments on commit 1cbfd75

Please sign in to comment.