mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-04-26 12:18:27 -04:00
Disable mobile pinch zoom
This commit is contained in:
parent
546eddbdd4
commit
dbe53c4a6a
@ -112,7 +112,7 @@
|
||||
|
||||
<title><?php echo $page ?> · Spoons</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!-- Disable mobile pinch zoom -->
|
||||
|
||||
<!-- Le styles -->
|
||||
<link href="<?php echo $site_url ?>/assets/css/bootstrap.css" rel="stylesheet">
|
||||
|
@ -139,7 +139,7 @@ if(isset($_POST['password'])) {
|
||||
|
||||
<title>Sign in · Spoons</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!-- Disable mobile pinch zoom -->
|
||||
|
||||
<!-- Le styles -->
|
||||
<link href="<?php echo $site_url ?>/assets/css/bootstrap.css" rel="stylesheet">
|
||||
|
Loading…
x
Reference in New Issue
Block a user