Basic signup form is bouncing back a message

This commit is contained in:
2019-05-07 23:17:48 +10:00
parent 7a218368c2
commit 8896e60e80
8 changed files with 1282 additions and 3 deletions
+7
View File
@@ -84,6 +84,13 @@ footer {
justify-content: flex-start;
}
.panel {
flex: 0 1 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
/* warning message */
.warning {
flex: 0 1 auto;