diff --git a/assets/css/custom.css b/assets/css/custom.css index 9c61cc2..e2ee409 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -445,4 +445,35 @@ footer.bg-light { #christmas-decorations-left { display: none; } + + body { + font-size: 14px; + } + + .display-4 { + font-size: 2.5rem; + } + + .btn { + padding: 10px 20px; + font-size: 0.9rem; + } + + h1, .h1 { font-size: 2rem; } + h2, .h2 { font-size: 1.75rem; } + h3, .h3 { font-size: 1.5rem; } + + .card .btn.edit-recipe { + padding-top: .25rem; + padding-bottom: .25rem; + } + + #print-shopping-list-btn { + font-size: 0; /* Hide the text */ + padding: .25rem .5rem; /* Match other small buttons */ + } + + #print-shopping-list-btn .bi-printer { + font-size: 1rem; /* Restore icon size */ + } } \ No newline at end of file