Improve usability on mobile.
This commit is contained in:
parent
0d98fc685c
commit
877362e7a1
@ -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;">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user