Skip to content

Commit

Permalink
Title: Faq section changes
Browse files Browse the repository at this point in the history
Description: Changed accordian size to align faq section

fixes #17
  • Loading branch information
ashish16052 committed Oct 16, 2022
1 parent 8eac506 commit 9e0ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

const FAQ = () => {
return (
<Box px={{ base: "8", lg: "96" }} pt={{ base: "10", lg: "10" }}>
<Box px={{ base: "8", lg: "0" }} pt={{ base: "10", lg: "10" }}>
<Text
fontSize={{ base: "2xl", lg: "4xl" }}
fontWeight={700}
Expand Down

0 comments on commit 9e0ffc2

Please sign in to comment.