Try alternative meta viewport setting.

This commit is contained in:
2025-06-20 09:46:03 +08:00
parent 2cc1d36abc
commit 44a6d52f70
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fontawesome-free-5.15.3-web/css/all.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Homepage of YANG Chen @ SEEM, CUHK</title>
<script>
function toggleAbstract(absId) {

View File

@@ -9,8 +9,8 @@ body {
background-color: rgb(255, 255, 250);
line-height: 1.4;
padding-bottom: 200px;
text-size-adjust: none;
-webkit-text-size-adjust: none;
/* text-size-adjust: none;
-webkit-text-size-adjust: none; */
}
img {