hyde theme: on mobile, attempt to scale to width
This commit is contained in:
parent
3d2bb56a3f
commit
90be8952cd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{$config.title}</title>
|
<title>{$config.title}</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
|
<meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
||||||
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
||||||
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue