Skip to content

Commit

Permalink
search padding/margin
Browse files Browse the repository at this point in the history
  • Loading branch information
twodayslate committed Mar 24, 2020
1 parent 2ad9edf commit d31b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/search.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container" id="search">
<form class="form d-inline w-100 my-3" action="/search" method="GET">
<form class="form my-3" action="/search" method="GET">
<div class="input-group">
<input class="form-control form-control-lg" type="text" placeholder="Search Swift Package Registry" id="term" name="term" value="<%= term %>">
<span class="input-group-append">
Expand Down

0 comments on commit d31b872

Please sign in to comment.