Simplify search bar

This commit is contained in:
2020-08-18 06:30:22 -05:00
parent af7ea34b5c
commit e95274dc31
2 changed files with 7 additions and 28 deletions

View File

@@ -5,26 +5,11 @@
* Distributed under terms of the MIT license.
*/
/* Globals */
.content {
padding: inherit;
}
/* Specifics */
.search-wrapper {
display: flex;
flex-flow: row wrap;
max-width: 640px;
margin: auto;
padding: 2em 0;
position: relative;
}
.search-form {
flex-grow: 1;
padding: 0 1em;
margin: auto;
max-width: 32em;
padding: 2em;
text-align: center;
}
.search-input {