Complete login, sign up, and member details

This commit is contained in:
2020-01-08 23:43:59 +00:00
parent 5526cf708b
commit d59d24ae65
15 changed files with 382 additions and 40 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
.header {
padding-top: 1.5rem;
margin-bottom: 1.5rem;
}
.header .logo {
max-width: 100%;
height: 2rem;
display: block;
margin: 1.5rem auto;
margin: auto;
}