aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/index.html
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-12-15 13:19:10 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-12-15 13:19:10 -0500
commit0ad6994a85c6dcd0db14af0224dab2675f3fc8c3 (patch)
tree6e76682003252e4168e139e47464237bd1117001 /docs/index.html
parent2bf2867a5095fa88cbe4c22ba39ad87c04b8b393 (diff)
Attempt to improve mobile presentation of docs.
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 469042f6..eec8b542 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,6 +5,7 @@
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="icon" href="icon.png" type="image/png" />
<meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<style type="text/css">
#left, #right {
margin: -1em 0 1em 0;
@@ -38,6 +39,10 @@
#main div.left-col .center, #main div.right-col .center {
text-align: center;
}
+
+ @media screen and (max-width: 1000px) {
+ #main div.left-col, #main div.right-col { width: 100%; }
+ }
</style>
</head>
<body>