diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2017-09-19 23:23:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 23:23:47 -0400 |
commit | a499a19220f216193cfb604e63590d48ccebacac (patch) | |
tree | 70d16de30aba1e1e7ef7ef4e6f67fbe2382deddf | |
parent | c76dc2484ffb18a24ffd9dac51dce44b4e99ede3 (diff) |
Added viewport
-rw-r--r-- | navbar.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ $(function() { $("#navbar").load("https://pommicket.github.io/Navbar.html"); + $("head").append('<meta name="viewport" content="width=device-width, initial-scale=1.0">'); }); |