mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 05:04:30 +02:00
Fix viewport settings
This commit is contained in:
parent
5e6af5d372
commit
086571b40e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=800, initial-scale=0.25">
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||||
<title>Learn Git Branching</title>
|
<title>Learn Git Branching</title>
|
||||||
<meta name="author" content="Peter Cottle">
|
<meta name="author" content="Peter Cottle">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue