Merge pull request #6230 from Flaburgan/add-viewport
Add viewport to desktop view
This commit is contained in:
commit
929248c112
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
|||
%meta{charset: 'utf-8'}/
|
||||
%meta{"http-equiv" => "Content-Type", :content=>"text/html; charset=utf-8"}/
|
||||
%meta{name: "description", content: "diaspora*"}/
|
||||
%meta{name: "author", content: "Diaspora, Inc."}/
|
||||
%meta{name: "author", content: "diaspora* contributors"}/
|
||||
%meta{name: "viewport", content: "width=device-width, initial-scale=1"}/
|
||||
|
||||
%link{rel: 'shortcut icon', href: "#{image_path('favicon.png')}" }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue