Skip to content

Commit

Permalink
[components/Features][xs]: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeduPreez committed Mar 6, 2023
1 parent d5e451d commit ad68bf2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions site/components/Features.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@ const features = [
export function Features() {
return (
<>
<div className="prose dark:prose-invert mx-auto max-w-screen-xl px-4 py-6 lg:flex lg:items-center text-black dark:text-white ">
<div className="mx-auto max-w-3xl text-center">
<h2>Features</h2>
<p className="mx-auto mt-6 max-w-xl sm:text-xl sm:leading-relaxed">
Here are some of the cool features that are currently supported by
Flowershow
</p>
</div>
<div className="prose dark:prose-invert mx-auto max-w-screen-xl px-4 py-6 lg:flex lg:items-center text-center">
<h2>Features</h2>
<p>
Here are some of the cool features that are currently supported by
Flowershow
</p>
</div>

{features.map((feature, index) => (
Expand Down

0 comments on commit ad68bf2

Please sign in to comment.