diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | b0afddc0d13355906b09af44ed591f0431d63f42 (patch) | |
tree | 40133838b07b887b7f36699152fbdc1af526f135 /index.html | |
parent | mobile font size fix (diff) | |
download | w-b0afddc0d13355906b09af44ed591f0431d63f42.tar w-b0afddc0d13355906b09af44ed591f0431d63f42.tar.gz w-b0afddc0d13355906b09af44ed591f0431d63f42.tar.bz2 w-b0afddc0d13355906b09af44ed591f0431d63f42.tar.xz w-b0afddc0d13355906b09af44ed591f0431d63f42.zip |
mobile page size fix
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index f1ed920..2a717d1 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ <!DOCTYPE html><html lang="en"><head> -<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="css/main.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> |