diff options
author | Joris | 2017-04-21 19:31:00 +0200 |
---|---|---|
committer | Joris | 2017-04-21 19:31:00 +0200 |
commit | 0c5de00f7065d8dcf94b2fd85413bad3c7670dfd (patch) | |
tree | 8be9545b58bb739dcccf9cd18ac762c185e81c76 /public | |
parent | d359e1d6203728783c97ed1313e62088dd44f386 (diff) |
Add viewport for mobile view
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index a322388..1639d26 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ <head> <title>Glycémie</title> <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <link rel="stylesheet" href="main.css"> <link rel="icon" href="icon.png"> </head> |