From 27a5f7ef8ef0b52ade767138ebd1e202f8b66476 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 23 Jul 2023 18:02:45 +0000
Subject: [PATCH] various typography and styling fixes
---
quartz/components/Head.tsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx
index f57e0e2..44decac 100644
--- a/quartz/components/Head.tsx
+++ b/quartz/components/Head.tsx
@@ -16,7 +16,7 @@
<head>
<title>{title}</title>
<meta charSet="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content={title} />
<meta property="og:description" content={title} />
<meta property="og:image" content={ogImagePath} />
--
Gitblit v1.10.0