We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d4ee7 commit 2ce9fc6Copy full SHA for 2ce9fc6
fp-interface/themes/leggero/cpheader.tpl
@@ -3,7 +3,6 @@
3
<head>
4
<title>{$flatpress.title}{$pagetitle}</title>
5
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.charset}" />
6
- <meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=yes">
7
{action hook=wp_head}
8
{action hook=admin_head}
9
</head>
fp-interface/themes/leggero/leggero-v2/res/admin.css
@@ -17,7 +17,8 @@ Module: admin.css
17
@media screen and (max-device-width: 480px){
18
#body-container {
19
-webkit-text-size-adjust: none;
20
- -moz-text-size-adjust: none
+ -moz-text-size-adjust: none;
21
+ text-size-adjust: none
22
}
23
24
0 commit comments