Skip to content

Commit 7ee04fa

Browse files
committed
Update global_search.php
1 parent 4627736 commit 7ee04fa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

global_search.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,12 @@
142142
?>
143143

144144

145-
<div class="row">
145+
<div class="col-sm-6">
146+
<div class="card card-body mb-3">
147+
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
148+
</div>
149+
</div>
146150

147-
<div class="card card-body col-sm-12">
148-
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
149-
</div>
150151

151152
<?php if (mysqli_num_rows($sql_clients) > 0) { ?>
152153

0 commit comments

Comments
 (0)