Add viewport meta tag to make it responsive
This commit is contained in:
parent
614287a42b
commit
a4738f31d6
@ -4,6 +4,7 @@
|
|||||||
<link rel="Stylesheet" type="text/css" href="%root_path%%css%">
|
<link rel="Stylesheet" type="text/css" href="%root_path%%css%">
|
||||||
<title>%title%</title>
|
<title>%title%</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=%encoding%">
|
<meta http-equiv="Content-Type" content="text/html; charset=%encoding%">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
%content%
|
%content%
|
||||||
|
Loading…
Reference in New Issue
Block a user