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

@@ -14,7 +14,7 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_
?>
<div class="card card-dark">
<div class="card-header">
<div class="card-header py-2">
<h3 class="card-title mt-2"><i class="fa fa-fw fa-coins"></i> Expense Summary</h3>
<div class="card-tools">
<button type="button" class="btn btn-primary d-print-none" onclick="window.print();"><i class="fas fa-fw fa-print"></i> Print</button>