Add the meta viewport property.
This commit is contained in:
parent
9160d25293
commit
12c2b882f2
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
{% import "header.html" as header %}
|
||||
<title>{{channel['name']}}</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/static/common.css">
|
||||
<script src="/static/common.js"></script>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{% import "header.html" as header %}
|
||||
<title>Channels</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/static/common.css">
|
||||
<script src="/static/common.js"></script>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{% import "header.html" as header %}
|
||||
<title>YCDL</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/static/common.css">
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue