From d019486798f9724829dfa7b55d58f2db1889245b Mon Sep 17 00:00:00 2001 From: Louis Croisez Date: Fri, 12 May 2023 16:02:57 +0200 Subject: [PATCH] Correction done on iframe height to avoid loss of 4 last lines on Gotty terminal --- homepage/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 69c350a..346fb2f 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -26,7 +26,7 @@ iframe { padding: 0; margin: 0; border: none; - height: 93%; + height: 90%; width: 100%; } @@ -836,4 +836,4 @@ pre#timer.bash { #ddnewline::before { content: none; -} \ No newline at end of file +}