Remove Device zoom to make it accesible from mobile platforms event if app is not responsive

stable
Xavier Julián 2014-11-05 12:12:47 +01:00
parent f929a9044d
commit b76a844346
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ html(lang="en", ng-app="taiga")
meta(http-equiv="content-type", content="text/html; charset=utf-8")
meta(name="description", content="Taiga Landing page")
meta(name="keywords", content="Agile, Taiga, Management, Github")
meta(name="viewport", content="width=device-width, user-scalable=no")
//-meta(name="viewport", content="width=device-width, user-scalable=no")
link(rel="stylesheet", href="/styles/main.css")
link(rel="icon", type="image/png", href="/images/favicon.png")