parent
2aaf7441af
commit
20ced95885
3 changed files with 10 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -438,11 +438,14 @@ body:not(.has-cover) .site-header-content:not(.left-aligned) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.gh-search {
|
.gh-head-actions .gh-search {
|
||||||
position: fixed;
|
display: none;
|
||||||
top: 16px;
|
}
|
||||||
left: 16px;
|
}
|
||||||
z-index: 10;
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.gh-head-brand .gh-search {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue