From: Bastian Dehn Date: Tue, 16 Aug 2022 16:54:30 +0000 (+0200) Subject: change: style for buttons title X-Git-Tag: v1.0.12^2~1^2~5 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=d5312a81c616ba0ba6a96525c17767f836fa88a3;p=speisekarten-editor.git change: style for buttons title --- diff --git a/src/app/title/title.component.css b/src/app/title/title.component.css index bc316d8..fb39e27 100644 --- a/src/app/title/title.component.css +++ b/src/app/title/title.component.css @@ -9,12 +9,12 @@ .flex { display: flex; + flex-direction: column; justify-content: center; } .button { - flex-basis: 15%; - margin: 0.5em 0; + margin-bottom: 0.5em; } .form { @@ -43,9 +43,15 @@ h1 { @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; justify-content: center;