From 5e32cfc551193ecb2263ba474571b9811ac04cce Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sun, 6 Oct 2024 11:18:59 +0200 Subject: [PATCH] Wrap on mobile landing page Signed-off-by: Martin Berg Alstad --- src/components/Footer.astro | 2 +- src/components/Greeting.astro | 8 ++++---- src/pages/index.astro | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index db406f2..f071499 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,6 +4,6 @@ const gitUrl = import.meta.env.GIT_URL ---
-
+
diff --git a/src/components/Greeting.astro b/src/components/Greeting.astro index 541f0b5..de72e07 100644 --- a/src/components/Greeting.astro +++ b/src/components/Greeting.astro @@ -5,16 +5,16 @@ import * as m from "../paraglide/messages.js" import "../styles/global.css" --- -
+
-

+

{m.hiIm()}
Martin Berg Alstad
{m.position()}

-

{m.aboutMe()}

+

{m.aboutMe()}

- Me on a hike + Me on a hike
diff --git a/src/pages/index.astro b/src/pages/index.astro index 7b9fbe7..777c211 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import Layout from "../layouts/Layout.astro" -import OnePager from "../components/Greeting.astro" +import Greeting from "../components/Greeting.astro" --- - +