From 5700a45c9993d3f45930ce6bedecb38c758ca8c9 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Mon, 27 Feb 2023 11:48:18 +0000 Subject: [PATCH] Update styles --- src/components/footer/Footer.astro | 2 +- src/components/homepage/BlogPosts.astro | 4 +- src/components/homepage/HeroBanner.astro | 4 +- src/components/homepage/NewFeatures.astro | 67 ------------------- src/components/homepage/ReleaseVideo.astro | 2 +- .../homepage/features/RealTimeEffects.astro | 35 ++++++++++ .../homepage/features/ShareToAudio.astro | 34 ++++++++++ src/pages/index.astro | 7 +- 8 files changed, 80 insertions(+), 75 deletions(-) delete mode 100644 src/components/homepage/NewFeatures.astro create mode 100644 src/components/homepage/features/RealTimeEffects.astro create mode 100644 src/components/homepage/features/ShareToAudio.astro diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro index bafd31c..8342219 100644 --- a/src/components/footer/Footer.astro +++ b/src/components/footer/Footer.astro @@ -2,7 +2,7 @@ import SocialLinks from "./SocialLinks.astro"; --- -