Skip to content

Commit

Permalink
Add viewport scale for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRabil committed May 19, 2019
1 parent 086ce72 commit b84bd68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export class FrontendGenerator extends AbstractGenerator {

protected compileIndexHead(frontendModules: Map<string, string>): string {
return `
<meta charset="UTF-8">`;
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">`;
}

protected compileIndexJs(frontendModules: Map<string, string>): string {
Expand Down

0 comments on commit b84bd68

Please sign in to comment.