Simplify search bar
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user