aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-03 23:11:49 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-03 23:11:49 +0300
commit3811338c91ded06db64b21e85aa03e8694f382e8 (patch)
treeaff2e4d0cc51e2e5b9a97fc62023e73a007e27ac
parentadcdbc9ba085e126e309d7dec50fb80e5e2ec3bc (diff)
Disable scaling
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0dfb23f..fc1a1f6 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,7 +3,7 @@
<head>
<title>{{ .Site.Title }}</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width">
<meta charset="utf-8" />
{{ partial "style.html" . }}
</head>