about summary refs log tree commit diff
diff options
context:
space:
mode:
authorembr <git@liclac.eu>2023-11-18 13:57:32 +0100
committerAlyssa Ross <hi@alyssa.is>2023-11-18 13:59:28 +0100
commit4b80fc449c36cd1421130467fcca6e32e54eab4d (patch)
tree12cfef1df7d54c6cb536e664fa205975206e329f
parent374436fc2c0aea0f0bcd3276526c4d101f9cccef (diff)
downloadpr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.tar
pr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.tar.gz
pr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.tar.bz2
pr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.tar.lz
pr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.tar.xz
pr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.tar.zst
pr-tracker-4b80fc449c36cd1421130467fcca6e32e54eab4d.zip
Add <meta name="viewport"> for better mobile display
-rw-r--r--templates/page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
index 36e3897..fa1c07a 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -18,6 +18,7 @@
     {% endmatch %}
 
     <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 
     <style>
       :root {