Changed total height to always be 75%

This commit is contained in:
2024-11-13 23:56:00 +02:00
parent 60507757b6
commit 874176ccc9

View File

@@ -49,6 +49,7 @@ main {
background: var(--background);
padding: 1.75rem;
width: 55rem;
height: 75%;
max-width: 75%;
max-height: 75%;
overflow: hidden;