align search bar better (#130)

This commit is contained in:
Ricky Vetter 2017-10-18 09:51:16 -07:00 committed by Joel Marcey
parent 3ec5da2b4e
commit fe938cd5b4

View file

@ -607,6 +607,9 @@ input[type="search"] {
position: absolute;
top: 15px;
right: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.navSearchWrapper::before {
border: 3px solid #e5e5e5;
@ -1277,9 +1280,6 @@ ul#languages li {
color: #fff;
}
}
.algolia-autocomplete {
bottom: 10px;
}
.docs-prevnext {
margin: 20px 0;