Fix unnecessary margin on search box in Firefox (#2255)

This commit is contained in:
toasted-nutbread 2022-10-15 22:43:21 -04:00 committed by GitHub
parent 9ef7f9d383
commit a47cbc39e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ h1 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: pre-wrap;
z-index: 1;
margin: 0;
}
.search-button {
flex: 0 0 auto;