commit 3b56cff832e78d62013410eb25b147264db7fbe2
parent 4412b41e82e0008a90f5d16e4d466b66e4c37492
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date: Thu, 24 Apr 2025 10:28:52 +0800
Reduce width to 600px
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml
@@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
<style>
/* Sizes */
:root {
- --viewport-width: min(100vw, 830px);
+ --viewport-width: min(100vw, 600px);
--viewport-padding: 15px;
--content-width: calc(var(--viewport-width) - 2 * var(--viewport-padding));
--rem: 14pt;