Fix responsive design of search hints
This commit is contained in:
parent
837d0778b6
commit
f2a2792405
1 changed files with 4 additions and 4 deletions
|
@ -1335,6 +1335,10 @@ $sidebar-display: "sidebar-display";
|
|||
min-width: 150px;
|
||||
}
|
||||
|
||||
#search-hints {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#search-result-wrapper {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
@ -1492,10 +1496,6 @@ $sidebar-display: "sidebar-display";
|
|||
}
|
||||
}
|
||||
|
||||
#search-hints {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.post-content {
|
||||
font-size: 1.03rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue