Skip to content

Commit

Permalink
Make smaller footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Feb 1, 2014
1 parent 9fd1ae3 commit 5d0d620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ body {
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -150px;
margin: 0 auto -110px;
/* Pad bottom by footer height + (optional) extra spacing */
padding: 0 0 170px;
padding: 0 0 120px;
}

#footer {
height: 150px;
padding-top: 35px;
height: 110px;
padding-top: 20px;
}

// Navbar
Expand Down

0 comments on commit 5d0d620

Please sign in to comment.