From: Bastian Dehn Date: Tue, 16 Aug 2022 17:01:56 +0000 (+0200) Subject: change: subtitle style buttons X-Git-Tag: v1.0.12^2~1^2~3 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=be3bf57ee7f503e86c270a88adcedf30fac42af2;p=speisekarten-editor.git change: subtitle style buttons --- diff --git a/src/app/subtitle/subtitle.component.css b/src/app/subtitle/subtitle.component.css index 514cd45..86140bc 100644 --- a/src/app/subtitle/subtitle.component.css +++ b/src/app/subtitle/subtitle.component.css @@ -9,13 +9,12 @@ .flex { display: flex; - justify-content: center; + flex-direction: column; + margin-bottom: 0.5em; } .button { - display: block; - flex-basis: 15%; - margin: 0.5em 0; + margin-bottom: 0.5em; } .form { @@ -44,9 +43,15 @@ h2 { @media only screen and (min-width: 46.875em) { .flex { + flex-direction: row; justify-content: flex-start; } + .button { + flex-basis: 20%; + margin: 0.5em 0.5em 0.5em 0; + } + .form { flex-direction: row; }