Update bootstrap to 2.0.3

This makes the navbar collapse properly on small screens.
This commit is contained in:
Eelco Dolstra
2013-03-19 00:15:12 +01:00
parent 93f4a26058
commit c1aefc4c41
5 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,7 @@
body {
padding-top: 40px;
@media (min-width: 768px) {
body {
padding-top: 40px;
}
}
.logo {