Skip to content

Commit

Permalink
Added bootstrap required meta tag
Browse files Browse the repository at this point in the history
Without this tag bootstrap will not scale nicely on mobile devices.
  • Loading branch information
simonschllng committed Oct 5, 2015
1 parent 0f67607 commit 0c03a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
html(ng-app="myApp")
head
meta(charset='utf8')
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1")
base(href='/')
title Angular Express Bootstrap Seed App
link(rel='stylesheet', href='/bootstrap/css/bootstrap.min.css')
link(rel='stylesheet', href='/css/app.css')
body
block body
block body

0 comments on commit 0c03a46

Please sign in to comment.