diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:50:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:56:46 +0200 |
commit | 43feea84eda7c564adc7985d70c4e72d19f01461 (patch) | |
tree | 845b0622815db80dc6f69df437919e4ae14bd49c /info/pac.html | |
parent | 2a2bfd257c1785f9f132c31d7499fdfb89112a6b (diff) | |
download | andean-abyss-43feea84eda7c564adc7985d70c4e72d19f01461.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/pac.html')
-rw-r--r-- | info/pac.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/pac.html b/info/pac.html index 5cd170e..c6d594e 100644 --- a/info/pac.html +++ b/info/pac.html @@ -1,5 +1,6 @@ <!doctype html> <title>Andean Abyss Reference</title> +<meta name="viewport" content="width=600"> <link rel="stylesheet" href="/fonts/fonts.css"> <style> html { font-family: "Source Sans", sans-serif } |