fix: pages styles
This commit is contained in:
parent
cdd769ff26
commit
806a5d3050
@ -1,7 +1,6 @@
|
||||
.page {
|
||||
position: relative;
|
||||
height: calc(100vh - 50px);
|
||||
max-height: -webkit-fill-available;
|
||||
flex: auto;
|
||||
justify-content: center;
|
||||
display: grid;
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
.page {
|
||||
position: relative;
|
||||
min-height: calc(100vh - 0px);
|
||||
max-height: -webkit-fill-available;
|
||||
flex: auto;
|
||||
background-color: #121212;
|
||||
align-items: flex-start;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user