Fixed banana's height issue

This commit is contained in:
2024-12-29 20:45:03 +02:00
parent 4bebfd9098
commit 7e0250e1cb

View File

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