From 7e0250e1cb18934931df59d476e7d7bed15e7279 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 29 Dec 2024 20:45:03 +0200 Subject: [PATCH] Fixed banana's height issue --- src/styles/terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/terminal.css b/src/styles/terminal.css index 8ee4add..831f75c 100644 --- a/src/styles/terminal.css +++ b/src/styles/terminal.css @@ -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;