diff --git a/style.css b/style.css index d1ed927..e7239a5 100644 --- a/style.css +++ b/style.css @@ -106,7 +106,7 @@ button.tag { flex-grow: 1; flex-basis: 55ch; border-radius: 16px; - padding: 1ch; + padding: 0 1ch; } .recipe.active { @@ -133,11 +133,12 @@ button.tag { content: "👩‍🍳 "; } -.recipe .info { +.info { margin: 16px 0; } -.recipe .ingredients { +.ingredients, +.instructions { margin: 16px 0; }