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