aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index bf0295e..1cba329 100644
--- a/style.css
+++ b/style.css
@@ -57,6 +57,11 @@ span#error {
fieldset {
display: flex;
+ flex-flow: column;
+}
+
+fieldset div {
+ display: flex;
align-items: center;
flex-wrap: wrap;
}