Skip to content

Commit

Permalink
Feature title align
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Sep 11, 2024
1 parent 9984f83 commit f934346
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,8 @@ const Card = ({ heading, description, icon, href }: CardProps) => {
export default function Features() {
return (
<Container maxW={"7xl"}>
<Stack
align={"center"}
spacing={{ base: 4, md: 5 }}
py={{ base: 10, md: 14 }}
>
<Stack spacing={4} textAlign={"center"}>
<Stack spacing={{ base: 4, md: 5 }} py={{ base: 10, md: 14 }}>
<Stack spacing={4}>
<Heading
fontSize={{ base: "3xl", sm: "4xl", lg: "6xl" }}
fontWeight={"bold"}
Expand All @@ -84,6 +80,7 @@ export default function Features() {
<Text textColor={"a4bred"}>across areas.</Text>
</Heading>
</Stack>
<br />
<SimpleGrid>
<Flex flexWrap="wrap" gridGap={6} justify="center">
<Card
Expand Down

0 comments on commit f934346

Please sign in to comment.