From: Bastian Dehn Date: Fri, 19 Aug 2022 18:45:48 +0000 (+0200) Subject: fix: style food buttons X-Git-Tag: v1.0.14^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=364f5a449663084d754cfd850f77940d14e26bbd;p=speisekarten-editor.git fix: style food buttons --- diff --git a/src/app/food/food.component.css b/src/app/food/food.component.css index 02e5c4f..d036394 100644 --- a/src/app/food/food.component.css +++ b/src/app/food/food.component.css @@ -53,12 +53,15 @@ width: 95%; } -.form button { +.form .button { grid-column: 1/13; - margin: 1em 0; } @media only screen and (min-width: 46.875em) { + .button { + margin: 1em 0.5em 1em 0; + } + .foodmenu { padding: 0.5em 0; border-bottom: 0.125em solid gray;