fix style
This commit is contained in:
parent
4290b02ca7
commit
1c00abe12e
4 changed files with 12 additions and 21 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue