From 138f842926959b9628368f833ddd71f2e9131e18 Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Wed, 20 Oct 2021 16:02:20 +0200 Subject: [PATCH] min style edit --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; }