Improve usability on mobile.
This commit is contained in:
parent
0d98fc685c
commit
877362e7a1
@ -16,6 +16,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="xterm.css" />
|
<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" />
|
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
|
||||||
</head>
|
</head>
|
||||||
<body style="background: black; height: 100%; width: 100%; position: fixed; border: 0px; margin: 0px; padding: 0px;">
|
<body style="background: black; height: 100%; width: 100%; position: fixed; border: 0px; margin: 0px; padding: 0px;">
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Blastmud</title>
|
<title>Blastmud</title>
|
||||||
<style>
|
<style>
|
||||||
|
body { font-size: 24px; }
|
||||||
h1 { text-align: center }
|
h1 { text-align: center }
|
||||||
a { color: white; }
|
a { color: white; }
|
||||||
.anchor { display: none; }
|
.anchor { display: none; }
|
||||||
|
li { padding-top: 12px; padding-bottom: 12px; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
<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">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
|
||||||
|
Loading…
Reference in New Issue
Block a user