From 473870821d64ae55bfd7e6f25e5f47554684d73a Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 6 Oct 2023 00:52:37 +0200 Subject: [PATCH] fix(mobile): Layout --- src/components/Header.astro | 10 ++++++---- src/pages/posts.astro | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 462e94d..498847d 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -8,15 +8,17 @@ import { SITE_TITLE } from '../config'
-