From: Bastian Dehn Date: Sat, 13 Aug 2022 15:53:57 +0000 (+0200) Subject: change: edit for subtitle flex X-Git-Tag: v1.0.11^2~1^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=932d8db7bb6bc96b5f8305514c298938e87b6d41;p=speisekarten-editor.git change: edit for subtitle flex --- diff --git a/src/app/subtitle/subtitle.component.css b/src/app/subtitle/subtitle.component.css index 94bb557..514cd45 100644 --- a/src/app/subtitle/subtitle.component.css +++ b/src/app/subtitle/subtitle.component.css @@ -19,17 +19,21 @@ } .form { - display: block; + display: flex; + flex-direction: column; + align-items: center; margin: 0 0.5em; } .form label { display: block; + margin: 0.5em 0 } .form input { display: block; width: 95%; + margin: 0.5em 0; } h2 { @@ -43,6 +47,18 @@ h2 { justify-content: flex-start; } + .form { + flex-direction: row; + } + + .form label { + margin-right: 0.5em; + } + + .form input { + margin: 0.5em; + } + h2 { text-align: left; margin: 0 0.2em;