diff options
author | Jasper Van der Jeugt | 2020-08-04 20:20:12 +0200 |
---|---|---|
committer | Jasper Van der Jeugt | 2020-08-04 20:20:12 +0200 |
commit | 6034f1617392d09e3a5f9af19b064cc369f546e0 (patch) | |
tree | 98f726c9a18d36f24ba7745c409caf01e58736d5 /client/index.html | |
parent | a2e72144746fdecc0539286798c0a46a02e47d5f (diff) |
Make it look decent
Diffstat (limited to '')
-rw-r--r-- | client/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 9b09840..518b71d 100644 --- a/client/index.html +++ b/client/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <title>Client</title> <link rel="stylesheet" type="text/css" href="$CAFP_BASE/assets/style.css"> + <meta name="viewport" content="width=device-width"> </head> <body> <div id="main"></div> |