diff --git a/css/base.css b/css/base.css index 5f5182c..7e0520c 100644 --- a/css/base.css +++ b/css/base.css @@ -181,6 +181,18 @@ span.sm:not(.heading) { flex-direction: column; } +.flex-form { + display: flex; + flex-direction: column; +} + +@media screen and (min-width: 768px) { + .flex-form { + flex: 1; + margin: 0.5rem; + } +} + @media screen and (max-width: 400px) { .row { flex-direction: column; @@ -308,7 +320,7 @@ sup.\~critical, .text-critical { padding-left: 0px; } -.block { +.block { display: block; } diff --git a/html/form.html b/html/form.html index 54c7b1f..5d71c79 100644 --- a/html/form.html +++ b/html/form.html @@ -81,19 +81,19 @@ - +
- + {{ if .passwordReset }} {{ .strings.passwordReset }} {{ else }} {{ .strings.createAccountHeader }} {{ end }} - + {{ if .passwordReset }} {{ .strings.enterYourPassword }} {{ else }} @@ -102,7 +102,7 @@
-
+
{{ if .userExpiry }} {{ end }} @@ -112,7 +112,7 @@ {{ .strings.username }} - + {{ if .telegramEnabled }} @@ -149,7 +149,7 @@ {{ end }} - +