Merge pull request #851 from mjibson/search-z-index

Reduce z-index of landing to below search
This commit is contained in:
Matt Jibson 2015-11-10 16:17:24 -05:00
commit 121c64d84c

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;