diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-20 23:21:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 23:21:41 +0200 |
commit | 4b3f2aff171313893c944381f102972558b35e22 (patch) | |
tree | 2e7303d83ec6dbb3c72c48a04dd9d2b0e7f937ed /public/docs/tips.html | |
parent | 5b665a840bd3193c9be7b21fbe6f66e119e92d74 (diff) | |
download | server-4b3f2aff171313893c944381f102972558b35e22.tar.gz |
Set mobile viewport on docs.
Diffstat (limited to 'public/docs/tips.html')
-rw-r--r-- | public/docs/tips.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/docs/tips.html b/public/docs/tips.html index 8e331c7..518ebe5 100644 --- a/public/docs/tips.html +++ b/public/docs/tips.html @@ -1,4 +1,5 @@ <!doctype html> +<meta name="viewport" content="width=device-width"> <title>Tips & Tricks</title> <link rel="stylesheet" href="style.css"> <style> |