fix navbar so that when browser width is small, it doesn't overlap heading
This commit is contained in:
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user