Adjust placement of .search-wrapper overlay

This commit is contained in:
Michael Rose 2013-09-11 14:50:29 -04:00
parent ab9fe47043
commit e893fd19e3
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -380,10 +380,14 @@ span + .entry-title {
.search-wrapper {
display: none;
position: absolute;
top: 50px;
width: 90%;
padding-right: 5%;
padding-left: 5%;
.clearfix();
@media @medium {
top: 100px;
}
}
// Footer
// --------------------------------------------------