From a01440bf979477db5efd0394f87ef33dbfb2c894 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 22 Aug 2023 16:10:15 +1000 Subject: [PATCH] Responsive styling --- .../button/DownloadMuseHubButton.jsx | 2 +- src/components/homepage/DownloadBanner.astro | 27 ++++++++++++------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index f47325c..ce64b11 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -17,7 +17,7 @@ function DownloadMuseHubButton(props) { function renderButton(href) { return ( handleDownloadButtonClick()} > diff --git a/src/components/homepage/DownloadBanner.astro b/src/components/homepage/DownloadBanner.astro index 9b460b8..87e4231 100644 --- a/src/components/homepage/DownloadBanner.astro +++ b/src/components/homepage/DownloadBanner.astro @@ -1,16 +1,25 @@ --- -import DownloadButton from '../button/DownloadButton.jsx' +import DownloadButton from "../button/DownloadButton.jsx"; +import DownloadMuseHubButton from "../button/DownloadMuseHubButton"; --- -
-