From 3b79c325b050025b3dde60cb050eeedf5b34f9a7 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Sun, 24 Dec 2023 02:02:41 +0530 Subject: [PATCH] fix text width --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 34431d8..7713fca 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -83,7 +83,7 @@ const { site, title, tagline } = Astro.props; @@ -117,7 +117,7 @@ const { site, title, tagline } = Astro.props; margin-top: var(--spacing-00); } p.description-text { - max-inline-size: 600px; + max-inline-size: 570px; } .nu-u-link--subtle { color: var(--text-secondary) !important;