Skip to content

Commit

Permalink
Merge pull request #62 from rtfd/agj/viewport
Browse files Browse the repository at this point in the history
Add viewport meta
  • Loading branch information
davidfischer authored Jan 30, 2019
2 parents b011069 + 27f5de1 commit 3e4615f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _themes/rtd-blog/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link href='//fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text/css' />
<link href='//fonts.googleapis.com/css?family=Puritan:400,400italic,700,700italic' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="{{ pathto('_static/local.css', 1) }}" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% endblock %}

{%- block header %}
Expand Down

0 comments on commit 3e4615f

Please sign in to comment.