Add viewport meta tag
This commit is contained in:
parent
15baa4303a
commit
20f1df5282
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Post::Text - <%= title %></title>
|
<title>Post::Text - <%= title %></title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<%= asset 'main.css' %>
|
<%= asset 'main.css' %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user