Fix search bar positioning in header

Adding this style change should fix the search bar. Could someone advise on where the best place to put it in the file would actually be, and if this is the right way to approach a fix? Thanks.
This commit is contained in:
Frank Li 2017-07-13 15:27:24 -07:00 committed by GitHub
parent 70ed75b046
commit 833d9d30a1

View file

@ -1876,3 +1876,6 @@ footer .copyright {
color: rgba(255, 255, 255, 0.4); color: rgba(255, 255, 255, 0.4);
text-align: center; text-align: center;
} }
.algolia-autocomplete {
bottom: 10px;
}