Improve usability on mobile.

This commit is contained in:
Condorra 2023-02-20 09:03:21 +11:00
parent 0d98fc685c
commit 877362e7a1
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
}
</style>
<link rel="stylesheet" href="xterm.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
</head>
<body style="background: black; height: 100%; width: 100%; position: fixed; border: 0px; margin: 0px; padding: 0px;">

View File

@ -3,9 +3,11 @@
<head>
<title>Blastmud</title>
<style>
body { font-size: 24px; }
h1 { text-align: center }
a { color: white; }
.anchor { display: none; }
li { padding-top: 12px; padding-bottom: 12px; }
</style>
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">