From b8f2a415c904808ac3fafd48262c613924d4067a Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 26 May 2024 15:12:17 -0500 Subject: [PATCH] Extra mobile viewport improvements, screen sizing/max widths --- src/components/Summary.astro | 8 +++++--- src/layouts/Base.astro | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/Summary.astro b/src/components/Summary.astro index 5d51066..45ed32f 100644 --- a/src/components/Summary.astro +++ b/src/components/Summary.astro @@ -29,10 +29,10 @@ const { url, date, title, tags, description } = Astro.props;
-

+

{title}

- + { tags.map((tag) => ( @@ -42,5 +42,7 @@ const { url, date, title, tags, description } = Astro.props; }
- {description} +

+ {description} +

diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 3a1eda0..b8d7cf3 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -3,7 +3,6 @@ import "@styles/global.scss"; import "@styles/fonts.scss"; import { ViewTransitions } from "astro:transitions"; import { SEO, type Props as SEOProps } from "astro-seo"; -import OpenGraphArticleTags from "node_modules/astro-seo/src/components/OpenGraphArticleTags.astro"; interface Props { title?: string; @@ -107,7 +106,7 @@ const linkedDataTag = "