Basic Profile page

This commit is contained in:
2020-10-26 19:00:28 +00:00
parent a8f5fe8db4
commit 074f3e4419
5 changed files with 94 additions and 9 deletions

15
pages/profile.module.css Normal file
View File

@@ -0,0 +1,15 @@
.loading {
height: 100vh;
margin-top: -65px;
}
.main {
margin-top: 1.5rem;
}
@media (min-width: 768px) {
.main {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
}