Use device with instead of hardcoded 600px.
This commit is contained in:
parent
084df25cf7
commit
7759ca8dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width = 600" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||
<title>$entry.name</title>
|
||||
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue