updated searchbar sizing

This commit is contained in:
Minasokoni
2017-04-28 08:36:32 -07:00
parent 9409320009
commit ca808e9d18
3 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,8 @@
display: flex;
max-width: 300px;
text-decoration: none;
flex: 1;
@@ -33,8 +35,11 @@
{
display: flex;
flex: 3;
input[type=text]
{
width: 100%;
min-width: 350px;
margin: 0;