From 1e708e8f424b50bf21e22e8fcef57309da0de495 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 28 Feb 2023 11:16:32 +0000 Subject: [PATCH] Improve responsiveness --- src/components/homepage/DownloadBanner.astro | 2 +- src/layouts/PageLayout.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/homepage/DownloadBanner.astro b/src/components/homepage/DownloadBanner.astro index c810284..316d6ba 100644 --- a/src/components/homepage/DownloadBanner.astro +++ b/src/components/homepage/DownloadBanner.astro @@ -3,7 +3,7 @@ import DownloadButton from '../button/DownloadButton.jsx' ---
-
+

Download Audacity free today

City of Auda, popualation: you.

diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index 52a8ea7..97850e1 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -21,7 +21,7 @@ const { title, subtitle} = Astro.props;