Fix css on search bar

This commit is contained in:
Jonathan Belcher 2017-11-28 15:42:11 -05:00
parent 2cd514ccb6
commit 06ee7026aa
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,8 +29,10 @@
width: 100%;
input {
box-shadow: none;
border: none;
box-shadow: 0 0 1px rgba(0,0,0,.2);
height: 53px;
margin-left: -1px;
padding-left: 50px;
width: 100%;
}