about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2022-07-03 20:35:20 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-07-03 23:18:59 +0900
commitcd0c0b5aee480a567aa2f907ffe88c415eefe70b (patch)
treeacd12f33db98a911e4ffc7a2bde38cae00054550
parent372c235cb608964a6d7a62b14df3cd605885170a (diff)
downloadphylactery-cd0c0b5aee480a567aa2f907ffe88c415eefe70b.tar.gz
Set viewport for the site
-rw-r--r--templates/base-head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base-head.html b/templates/base-head.html
index ebb981c..e65fc71 100644
--- a/templates/base-head.html
+++ b/templates/base-head.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang=en>
 <meta charset=utf-8>
+<meta name=viewport content='width=device-width, initial-scale=1.0'>
 <link rel=icon href=/static/favicon.svg>
 <link rel=stylesheet href=/static/base.css>