fix style

This commit is contained in:
araemer 2025-10-25 08:42:35 +02:00
parent 4290b02ca7
commit 1c00abe12e
4 changed files with 12 additions and 21 deletions

View file

@ -89,7 +89,7 @@ export default function RecipeEditor({recipe, onSave, onCancel}: RecipeEditorPro
{/* Container defining the maximum width of the content */}
<div className="content-bg">
<h1 className="border-b-2 border-gray-300">
<h1 className="border-b-2 border-gray-300 pb-4">
{recipe.id ? "Rezept bearbeiten" : "Neues Rezept"}
</h1>
<div className="content-container">