add calculation of ingredients based on servings

This commit is contained in:
Anika Raemer 2025-09-07 16:28:46 +02:00
parent fee47da55d
commit e467ca7e92
5 changed files with 63 additions and 14 deletions

View file

@ -59,7 +59,7 @@
/* input field */
.input-field {
@apply border p-2 w-full mb-2 rounded placeholder-gray-400;
@apply border p-2 w-full rounded placeholder-gray-400;
}
.text-area {
@ -72,7 +72,7 @@
}
/* lists */
.default-list-item {
.default-list {
@apply list-disc pl-6 mb-6
}