fix navbar so that when browser width is small, it doesn't overlap heading

This commit is contained in:
Tom Johnson
2017-06-28 00:05:50 -07:00
parent fad29f113b
commit 2ae9227831
6 changed files with 55 additions and 13 deletions

View File

@ -11,10 +11,6 @@ body {
height: 100%;
}
body {
padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.img-portfolio {
margin-bottom: 30px;
}
@ -90,4 +86,4 @@ footer {
header.carousel .carousel {
height: 70%;
}
}
}