From d5447db035c6350f1c974c08e73b0585d6efa148 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Mon, 30 Jan 2023 19:49:38 +0800
Subject: [PATCH] Use % instead

---
 src/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app.css b/src/app.css
index b88e41a7..8aa278bf 100644
--- a/src/app.css
+++ b/src/app.css
@@ -67,7 +67,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
   min-height: 100dvh;
   margin: auto;
   width: 40em;
-  max-width: 100vw;
+  max-width: 100%;
   border-left: 1px solid rgba(0, 0, 0, 0.1);
   border-right: 1px solid rgba(0, 0, 0, 0.1);
   background-color: var(--bg-color);