From: Bastian Dehn Date: Sat, 13 Aug 2022 08:10:45 +0000 (+0200) Subject: change: food style button X-Git-Tag: v1.0.10^2~1^2~5 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=f15ebbbbd34d062ecf4af11149c2f435a1fa1918;p=speisekarten-editor.git change: food style button --- diff --git a/src/app/food/food.component.css b/src/app/food/food.component.css index ca73b0c..19ce193 100644 --- a/src/app/food/food.component.css +++ b/src/app/food/food.component.css @@ -9,6 +9,7 @@ .foodmenu { text-align: center; + margin: 0.5em; } .food { @@ -32,8 +33,9 @@ .foodmenu .button { grid-row: 4; - grid-column: 6/7; + grid-column: 6/8; text-align: center; + margin: 0.5em 0; } .form { @@ -77,7 +79,7 @@ } .foodmenu .button { - grid-column: 1/2; + grid-column: 1/3; text-align: center; } }