From 02ac92b097fc7a2929ad6ab60801300cc9211801 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 26 May 2025 18:09:20 -0400 Subject: [PATCH] fix scalings tuff --- public/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.css b/public/index.css index 4e78bea..90e9d2c 100644 --- a/public/index.css +++ b/public/index.css @@ -235,6 +235,7 @@ h1 { iframe { border: none; - width: 500px; - height: 500px; + width: 700px; + height: 900px; + overflow: auto; } \ No newline at end of file