chore: misc. css updates

This commit is contained in:
jinho jang 2023-07-14 03:44:49 +09:00
parent 463ebb6f1c
commit a5f1224f76
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@
display: flex;
flex-direction: column;
width: 100%;
height: calc(100vh);
height: calc(100vh - var(--content-padding));
align-items: center;
justify-content: center;
text-align: center;
@ -19,6 +19,12 @@
padding: 0 !important;
}
main {
margin-bottom: 0 !important;
padding: 0 !important;
}
nav {
display: none !important;
}