summaryrefslogtreecommitdiff
path: root/info/setup.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:50:46 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:56:46 +0200
commit43feea84eda7c564adc7985d70c4e72d19f01461 (patch)
tree845b0622815db80dc6f69df437919e4ae14bd49c /info/setup.html
parent2a2bfd257c1785f9f132c31d7499fdfb89112a6b (diff)
downloadandean-abyss-43feea84eda7c564adc7985d70c4e72d19f01461.tar.gz
Mobile friendly info pages.
Diffstat (limited to 'info/setup.html')
-rw-r--r--info/setup.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/info/setup.html b/info/setup.html
index 0566712..5946f15 100644
--- a/info/setup.html
+++ b/info/setup.html
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<head>
+<meta name="viewport" content="width=1060">
<title>Andean Abyss - Setup</title>
<style>
html{background-color:slategray}
-body{display:flex;flex-wrap:wrap;gap:24px;margin:24px;justify-content:center;}
+body{display:flex;flex-wrap:wrap;gap:20px;margin:20px;justify-content:center;}
div{width:1020px;height:1320px;box-shadow:1px 1px 8px #0008;background-size:cover;}
</style>
</head>