templates: base: Add viewport metadata
Without the "viewport" metadata element, the site is not properly scaled for mobile.master
parent
118ce902a9
commit
4b229c7283
|
@ -4,6 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
{%- block head %}
|
{%- block head %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width" />
|
||||||
<title>Dark Chest of Wonders</title>
|
<title>Dark Chest of Wonders</title>
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="//cdnjs.cloudflare.com/ajax/libs/foundation/6.2.1/foundation.min.css" />
|
href="//cdnjs.cloudflare.com/ajax/libs/foundation/6.2.1/foundation.min.css" />
|
||||||
|
|
Loading…
Reference in New Issue