From c3f6613d76e35e0cde9a92b0cdeef8d7723fcdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jared=20Pe=C3=B1a=20Ochoa?= Date: Mon, 20 Apr 2026 01:54:39 +0200 Subject: [PATCH] Improve mobile view --- src/components/LatestArticle.astro | 4 ---- src/layouts/PostLayout.astro | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/LatestArticle.astro b/src/components/LatestArticle.astro index 33e0e9d..52d9412 100644 --- a/src/components/LatestArticle.astro +++ b/src/components/LatestArticle.astro @@ -17,10 +17,6 @@ const { id, title, description } = Astro.props;