Skip to content
Snippets Groups Projects
Commit 286b536b authored by martinburchell's avatar martinburchell
Browse files

Merge pull request #6 from aptivate/ui-bug-fixes

added higher z-index to featured image to make sit on top of sidebar …
parents 40c091f5 0c9cf2d3
Branches
No related tags found
No related merge requests found
......@@ -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