summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2024-01-09 16:37:38 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2024-01-09 16:37:38 -0600
commit8e29e09ae2ecc50cc940f2432f0c503be2bfa79c (patch)
treee31c72fc88861897e8dd66ca31cf13ca8062f26a /index.html
parent9bc8345d90424400a36ab4fcbfbeeb0253747a86 (diff)
added mobile media query
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 7c8b838..6baf95f 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
<head>
<title>chrhodgden - Home</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
</head>