This commit is contained in:
Flatlogic Bot 2025-11-30 20:13:42 +00:00
parent 3d551364f5
commit 21376a41c6

View File

@ -445,4 +445,35 @@ footer.bg-light {
#christmas-decorations-left { #christmas-decorations-left {
display: none; 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 */
}
} }