Skip to content

Commit

Permalink
Change sizes of input fields
Browse files Browse the repository at this point in the history
Decrease size of borough input on medium and large screens. Increase
size of name input. Put emphasis on name input. Issue #23
  • Loading branch information
CodeWritingCow committed Apr 1, 2018
1 parent 8b4d35d commit de9fcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/searchForm.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div class="row">
<form class="col s12" action="/search" method="POST">
<div class="row">
<div class="input-field col s12 m6">
<div class="input-field col s12 m8">
<i class="material-icons prefix">restaurant</i>
<label for="dba">Restaurant Name</label>
<input type="text" name="dba">
</div>
<div class="input-field col s12 m6">
<div class="input-field col s12 m4">
<i class="material-icons prefix">location_city</i>
<select id="boro" name="boro">
<option value="" disabled selected>None</option>
Expand Down

0 comments on commit de9fcdd

Please sign in to comment.