Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more paddings for the fixed navbar
  • Loading branch information
banacorn committed Feb 15, 2013
1 parent d1d4b25 commit e1f8b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stylus/style.styl
Expand Up @@ -42,6 +42,6 @@ $blueLight = lighten($blue, 10%)

body
// for the fixed navbar
padding-top: 40px
padding-top: 60px

// background: url('/images/light_noise_diagonal.png')
2 changes: 1 addition & 1 deletion stylesheets/style.css
Expand Up @@ -32,5 +32,5 @@
color: #eee;
}
body {
padding-top: 40px;
padding-top: 60px;
}

0 comments on commit e1f8b8a

Please sign in to comment.