Skip to content

Commit

Permalink
Add padding to search forms
Browse files Browse the repository at this point in the history
Issues #23 and #26
  • Loading branch information
CodeWritingCow committed Apr 3, 2018
1 parent 30182b5 commit 5aae095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/partials/advancedSearchForm.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<form class="col s12 card" action="/search" method="POST" style="padding-top: 20px;">
<form class="col s12 card" action="/search" method="POST" style="padding: 20px;">
<h5 class="center">Find a restaurant</h5>
<div class="row">
<div class="input-field col s12 m8">
Expand Down
2 changes: 1 addition & 1 deletion views/partials/searchForm.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<form class="col s12 card" action="/search" method="POST" style="padding-top: 20px;">
<form class="col s12 card" action="/search" method="POST" style="padding: 20px;">
<h5 class="center">Find a restaurant</h5>
<div class="row">
<div class="input-field col s12 m8">
Expand Down

0 comments on commit 5aae095

Please sign in to comment.