Skip to content

Commit

Permalink
Improve home page style
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 9, 2014
1 parent 3bad537 commit 59b7872
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@
<title>Some VIVO Things</title>

<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
padding-top: 70px;
padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
display: block;
position: static;
margin-bottom: 20px;
}

.theme-showcase > p > .btn {
margin: 5px 0;
}
</style>

</head>
Expand Down

0 comments on commit 59b7872

Please sign in to comment.