Shrunk the card header down to a more reasonable size which made a big difference the card header are not so over bearing

This commit is contained in:
johnny@pittpc.com
2021-02-06 02:35:58 -05:00
parent 7d2cf8ce89
commit 1ede4bc795
41 changed files with 55 additions and 62 deletions

View File

@@ -60,8 +60,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
?>
<div class="card card-dark mb-3">
<div class="card-header">
<div class="card card-dark">
<div class="card-header py-2">
<h3 class="card-title mt-2"><i class="fa fa-fw fa-building"></i> Vendors</h3>
<div class="card-tools">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#addVendorModal"><i class="fas fa-fw fa-plus"></i> New Vendor</button>