add calculation of ingredients based on servings
This commit is contained in:
parent
fee47da55d
commit
e467ca7e92
5 changed files with 63 additions and 14 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue