Add viewport meta tag to wardrobe page
Oops, this was causing the page to render in a weird zoomed-out way on mobile! Note that, for most of the site, we intentionally haven't added this tag yet because most of our pages aren't especially responsively-designed; so we _want_ the device's best attempt to work with that, rather than trying to enforce something.
This commit is contained in:
parent
1f68829b15
commit
2d63b1f725
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
%meta{charset: 'utf-8'}
|
%meta{charset: 'utf-8'}
|
||||||
|
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1'}
|
||||||
%title Dress to Impress
|
%title Dress to Impress
|
||||||
%link{href: image_path('favicon.png'), rel: 'icon'}
|
%link{href: image_path('favicon.png'), rel: 'icon'}
|
||||||
= stylesheet_link_tag 'fonts'
|
= stylesheet_link_tag 'fonts'
|
||||||
|
|
Loading…
Reference in a new issue