fix: pages styles

This commit is contained in:
gofnnp 2023-08-25 04:08:05 +04:00
parent cdd769ff26
commit 806a5d3050
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
.page {
position: relative;
height: calc(100vh - 50px);
max-height: -webkit-fill-available;
flex: auto;
justify-content: center;
display: grid;

View File

@ -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;