Skip to content
Snippets Groups Projects
Commit 0c9cf2d3 authored by Jay Alvarez's avatar Jay Alvarez
Browse files

added higher z-index to featured image to make sit on top of sidebar and...

added higher z-index to featured image to make sit on top of sidebar and cleared collapse menu below image
parent 7da60728
No related branches found
No related tags found
1 merge request!6added higher z-index to featured image to make sit on top of sidebar …
......@@ -169,6 +169,7 @@ body {
.sidebar-nav.navbar-collapse {
padding-left: 0;
padding-right: 0;
clear:both;
}
margin-bottom:20px;
}
......@@ -239,6 +240,7 @@ body {
background-repeat:no-repeat;
background-size:cover;
min-height:200px;
z-index:@zindex-navbar-fixed;
}
@media(max-width:@screen-xs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment