From fb1d9e90184a8c4eff6f4792f2ec19ffdd778993 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 11 Nov 2022 16:10:31 +0800 Subject: [PATCH] update css --- web/index.html | 2 ++ web/xterm/xterm.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index fb3ab8cc..2562f492 100644 --- a/web/index.html +++ b/web/index.html @@ -1,6 +1,8 @@ + + pocketpy demo diff --git a/web/xterm/xterm.css b/web/xterm/xterm.css index fe8cabe7..1a813f40 100644 --- a/web/xterm/xterm.css +++ b/web/xterm/xterm.css @@ -54,7 +54,7 @@ } @media screen and (orientation: portrait) { - #terminal { zoom: 3.5 !important; } + #terminal { zoom: 1.2 !important; } } @media screen and (orientation: landscape) {