summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorj-james2021-02-21 01:06:02 +0000
committerj-james2021-02-21 01:06:02 +0000
commitaf849ba437879587dd102609bb426f8d059e8c84 (patch)
tree2c163ec099a4879a37081e91191445726c31807c /index.html
parentd26bd3e82443ebffd83d77d5e2666a0f3d9c410e (diff)
Media queries for mobile devices
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index c092377..9e497db 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
<head>
<title>j-james</title>
<meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/style.css"/>