mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
iphone support in portait
This commit is contained in:
parent
115ee290a1
commit
b15d72cc4a
3 changed files with 4 additions and 4 deletions
|
@ -4398,7 +4398,7 @@ var GLOBAL = {
|
||||||
};
|
};
|
||||||
|
|
||||||
var VIEWPORT = {
|
var VIEWPORT = {
|
||||||
minZoom: 0.66,
|
minZoom: 0.55,
|
||||||
maxZoom: 1.25,
|
maxZoom: 1.25,
|
||||||
minWidth: 600,
|
minWidth: 600,
|
||||||
minHeight: 600
|
minHeight: 600
|
||||||
|
@ -20311,7 +20311,7 @@ var GLOBAL = {
|
||||||
};
|
};
|
||||||
|
|
||||||
var VIEWPORT = {
|
var VIEWPORT = {
|
||||||
minZoom: 0.66,
|
minZoom: 0.55,
|
||||||
maxZoom: 1.25,
|
maxZoom: 1.25,
|
||||||
minWidth: 600,
|
minWidth: 600,
|
||||||
minHeight: 600
|
minHeight: 600
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=800, initial-scale=0.5">
|
<meta name="viewport" content="width=800, initial-scale=0.3">
|
||||||
<title>Learn Git Branching</title>
|
<title>Learn Git Branching</title>
|
||||||
<meta name="author" content="Peter Cottle">
|
<meta name="author" content="Peter Cottle">
|
||||||
<link rel="stylesheet" href="src/style/main.css" type="text/css" charset="utf-8">
|
<link rel="stylesheet" href="src/style/main.css" type="text/css" charset="utf-8">
|
||||||
|
|
|
@ -11,7 +11,7 @@ var GLOBAL = {
|
||||||
};
|
};
|
||||||
|
|
||||||
var VIEWPORT = {
|
var VIEWPORT = {
|
||||||
minZoom: 0.66,
|
minZoom: 0.55,
|
||||||
maxZoom: 1.25,
|
maxZoom: 1.25,
|
||||||
minWidth: 600,
|
minWidth: 600,
|
||||||
minHeight: 600
|
minHeight: 600
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue