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 {
|
.channels-page {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.user-page {
|
.user-page {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue