mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Adjust placement of .search-wrapper overlay
This commit is contained in:
parent
ab9fe47043
commit
e893fd19e3
2 changed files with 5 additions and 1 deletions
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -380,10 +380,14 @@ span + .entry-title {
|
||||||
.search-wrapper {
|
.search-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 50px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding-right: 5%;
|
padding-right: 5%;
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
|
@media @medium {
|
||||||
|
top: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Footer
|
// Footer
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue