diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 19:58:55 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 19:58:55 -0600 |
commit | bde9fe8d951bab7c6dd14dbcba58a2c4d463d046 (patch) | |
tree | 6dc9bdd1e0ef56023f0e9079de4e8701b1da4ac6 /public | |
parent | 719d5a15f7aca9b74095014538cd8d28f82cf010 (diff) |
Set the meta viewport, to avoid mobile browsers being silly
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 1 | ||||
-rw-r--r-- | public/sponsor/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 84b0919..0fe5b19 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Luke T. Shumaker's home page</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="blog/assets/style.css"> <link rel="stylesheet" type="text/css" href="sponsor/sponsor.css"> <style> diff --git a/public/sponsor/index.html b/public/sponsor/index.html index 819c289..339794c 100644 --- a/public/sponsor/index.html +++ b/public/sponsor/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Sponsor — Luke T. Shumaker</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="../blog/assets/style.css"> <link rel="stylesheet" type="text/css" href="sponsor.css"> <style> |