From 51356235629aaf24f3f1996390c83e9b8daf0b65 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 6 Jun 2023 08:48:31 +0200 Subject: [PATCH] style: apply max-width to post --- src/layouts/Layout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 683ba92..b9a0093 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -41,6 +41,7 @@ const { title } = Astro.props; } #post-wrapper { + max-width: 600px; flex: 2 }