Fixed height and navbar issues

This commit is contained in:
2024-11-14 11:18:21 +02:00
parent c5b810920d
commit 4bc9b34b10
3 changed files with 5 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ body {
}
main {
display: grid;
display: block;
position: absolute;
top: 50%;
left: 50%;
@@ -49,9 +49,9 @@ main {
background: var(--background);
padding: 1.75rem;
width: 55rem;
height: 75%;
height: 77%;
max-width: 75%;
max-height: 75%;
max-height: 80%;
overflow: hidden;
}