From b19fd5d9866a0bbd748f9bb0efe7b22e18e7132e Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 15:23:49 +0630 Subject: [PATCH] Update body min-height and body style flex --- src/layouts/Layout.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3d731bc..ee9fe96 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -47,7 +47,9 @@ const { title } = Astro.props; document.querySelector("html").className = theme; - +