viewport fix for mobile
This commit is contained in:
parent
9d049dd231
commit
8fdf6d4f45
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ title }}</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Slime Quest | {{ title }}</title>
|
||||||
<link rel="stylesheet" href="{{ '/style.css' | url }}">
|
<link rel="stylesheet" href="{{ '/style.css' | url }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue