Reduce z-index of landing to below search

Also remove unneeded second block.

fixes #844
This commit is contained in:
Matt Jibson 2015-11-10 16:03:37 -05:00
parent ca8e9d89c8
commit a9d6aa4adc

View file

@ -85,16 +85,13 @@
}
.landing-content {
z-index: 4;
z-index: 1;
text-align: center;
padding-left: 20px;
padding-right: 20px;
position: relative;
}
.landing-content {
text-align: center;
}
.landing-content .works-with img {
max-height: 28px;
margin-left: 30px;