generated from lucien/api-template
fix: fixed content position for some pages
This commit is contained in:
parent
2d376075d9
commit
636267f28f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
.channels-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.user-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue