Revert "Fixes the search box overlapping with content when first shown (#666)" (#667)

This reverts commit 7f82a197b9.
This commit is contained in:
Michael Bryan 2018-04-11 10:23:56 +08:00 committed by GitHub
parent 7f82a197b9
commit 41399fc29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -1417,7 +1417,6 @@ mark.fade-out {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 750px; max-width: 750px;
display: block;
} }
#searchbar { #searchbar {
width: 100%; width: 100%;

View File

@ -21,7 +21,6 @@ mark.fade-out {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: $content-max-width; max-width: $content-max-width;
display: block;
} }
#searchbar { #searchbar {
@ -65,4 +64,3 @@ ul#searchresults {
font-style: normal; font-style: normal;
} }
} }