update css

This commit is contained in:
blueloveTH 2022-11-11 16:10:31 +08:00
parent 2a2598d833
commit fb1d9e9018
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pocketpy demo</title>
<link rel="stylesheet" href="xterm/xterm.css" /> <link rel="stylesheet" href="xterm/xterm.css" />
<script src="xterm/xterm.js"></script> <script src="xterm/xterm.js"></script>
<script src="index.js" ></script> <script src="index.js" ></script>

View File

@ -54,7 +54,7 @@
} }
@media screen and (orientation: portrait) { @media screen and (orientation: portrait) {
#terminal { zoom: 3.5 !important; } #terminal { zoom: 1.2 !important; }
} }
@media screen and (orientation: landscape) { @media screen and (orientation: landscape) {