diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-07-03 20:35:20 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-07-03 23:18:59 +0900 |
commit | cd0c0b5aee480a567aa2f907ffe88c415eefe70b (patch) | |
tree | acd12f33db98a911e4ffc7a2bde38cae00054550 | |
parent | 372c235cb608964a6d7a62b14df3cd605885170a (diff) | |
download | phylactery-cd0c0b5aee480a567aa2f907ffe88c415eefe70b.tar.gz |
Set viewport for the site
-rw-r--r-- | templates/base-head.html | 1 |
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> |