From 07dcacf81eb103926632e9850454c15a327d24ba Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sat, 8 Aug 2020 18:44:06 +0200 Subject: [PATCH] Update index.html --- sd-card/html/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sd-card/html/index.html b/sd-card/html/index.html index 0d742660..ccabd26f 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -62,12 +62,12 @@ margin:0; } .h_iframe iframe { - width:100%; - height:100%; + width:98%; + height:80%; } .h_iframe { - height: 100%; - width:100%; + height: 80%; + width:98%; }