From d0b74f398ccf3172ba17355d3c9269eb8a179d10 Mon Sep 17 00:00:00 2001 From: Guillaume Huard Hughes Date: Thu, 12 Oct 2023 20:07:43 -0400 Subject: [PATCH] feat: Ajust Features styles with round and gaps & better titles spacing (#5) * feat: Ajust Features styles with round and gaps & better titles spacing * Change features order as before --- src/components/content-section.astro | 2 +- src/components/features.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/content-section.astro b/src/components/content-section.astro index ecad319..e710396 100644 --- a/src/components/content-section.astro +++ b/src/components/content-section.astro @@ -9,7 +9,7 @@ const { title, id } = Astro.props;
diff --git a/src/components/features.astro b/src/components/features.astro index 0c74e2f..082f222 100644 --- a/src/components/features.astro +++ b/src/components/features.astro @@ -49,10 +49,10 @@ const features: Array = [ class="text-primary">speed or customization. -
    +
      { features.map(({ title, description, icon }) => ( -
    • +