add servings information to recipe

This commit is contained in:
Anika Raemer 2025-09-07 15:32:43 +02:00
parent 5c8ddf96f2
commit fee47da55d
7 changed files with 71 additions and 8 deletions

View file

@ -41,7 +41,7 @@
}
.subsection-heading {
@apply font-semibold mb-2;
@apply font-semibold mb-2 mt-4;
}
/* buttons */
@ -59,18 +59,18 @@
/* input field */
.input-field {
@apply border p-2 w-full mb-2 rounded;
@apply border p-2 w-full mb-2 rounded placeholder-gray-400;
}
.text-area {
@apply border p-2 w-full mb-2 rounded;
@apply border p-2 w-full mb-2 rounded placeholder-gray-400;
}
/* groups */
.button-group{
@apply flex gap-4 mt-4;
}
/* lists */
.default-list-item {
@apply list-disc pl-6 mb-6