From 976b30c7f27fdf6d8c5f48bfed794d69005f6cdc Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 30 Nov 2025 20:18:38 +0000 Subject: [PATCH] 19 --- assets/css/custom.css | 9 ++++++++- index.php | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index e2ee409..8d1bcf7 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -460,7 +460,7 @@ footer.bg-light { } h1, .h1 { font-size: 2rem; } - h2, .h2 { font-size: 1.75rem; } + h2, .h2 { font-size: 1.5rem; } h3, .h3 { font-size: 1.5rem; } .card .btn.edit-recipe { @@ -476,4 +476,11 @@ footer.bg-light { #print-shopping-list-btn .bi-printer { font-size: 1rem; /* Restore icon size */ } + + /* Make Add Recipe and Add Product buttons same height as Print button on mobile */ + #add-product-btn, + .col-md-6:first-child .btn-primary { + padding-top: .375rem; + padding-bottom: .375rem; + } } \ No newline at end of file diff --git a/index.php b/index.php index a4c241e..a612c59 100644 --- a/index.php +++ b/index.php @@ -53,7 +53,7 @@

All Recipes

@@ -79,7 +79,7 @@

Shopping List

- +