Fix profile creation and add a link to the profile app

This commit is contained in:
yflory
2017-06-30 17:24:22 +02:00
parent f357ec32c2
commit 472a62730b
5 changed files with 28 additions and 6 deletions

View File

@@ -129,4 +129,11 @@
}
}
}
#createProfile {
height: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
}