mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-17 12:34:51 +00:00
Basic Profile page
This commit is contained in:
15
pages/profile.module.css
Normal file
15
pages/profile.module.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user