mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 09:37:12 +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 {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
width: 90%;
|
||||
padding-right: 5%;
|
||||
padding-left: 5%;
|
||||
.clearfix();
|
||||
@media @medium {
|
||||
top: 100px;
|
||||
}
|
||||
}
|
||||
// Footer
|
||||
// --------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue