diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-09 16:37:38 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-09 16:37:38 -0600 |
commit | 8e29e09ae2ecc50cc940f2432f0c503be2bfa79c (patch) | |
tree | e31c72fc88861897e8dd66ca31cf13ca8062f26a /projects_blog/Python-Dialogue-R.html | |
parent | 9bc8345d90424400a36ab4fcbfbeeb0253747a86 (diff) |
added mobile media query
Diffstat (limited to 'projects_blog/Python-Dialogue-R.html')
-rw-r--r-- | projects_blog/Python-Dialogue-R.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects_blog/Python-Dialogue-R.html b/projects_blog/Python-Dialogue-R.html index 7d90a90..8bf996e 100644 --- a/projects_blog/Python-Dialogue-R.html +++ b/projects_blog/Python-Dialogue-R.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <title>chrhodgden - DialogueR</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../style.css"/> <style> :root { |