Skip to content

Commit 5c5211d

Browse files
authored
Update contact.html
1 parent 1e21b42 commit 5c5211d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

HTML/contact.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,15 @@
117117

118118
</nav><!-- #navbar -->
119119

120+
120121
<div id="header-search" class="site-search clearfix"><!-- #header-search -->
121122
<form action="" method="get" class="search-form" role="search">
122123
<div class="form-border">
123124

124125
<div class="form-inline">
125126
<div class="form-group input-group" style="width: 100%;">
126-
<input style="width: 80%;" type="text" name="s" class="search-field form-control input-lg" title="Enter search term" placeholder="Have a question? Type your search term here..." />
127-
<span class="input-group-btn input-group-append">
127+
<input type="text" name="s" class="search-field form-control input-lg mr-3" title="Enter search term" placeholder="Have a question? Type your search term here..." />
128+
<span class="input-group-btn">
128129
<button type="submit" class="btn btn-custom ">Search</button>
129130
</span>
130131
</div>

0 commit comments

Comments
 (0)