Skip to content

Commit

Permalink
fix(bug): fixed faq accordion answer not taking entire width
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadarsh805 committed Feb 5, 2023
1 parent 2b19f15 commit a952dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FaqAccordian.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const FaqAccordian = ({ faq }) => {
</summary>

{isOpen && (
<p className="mt-4 text-base leading-normal text-white lg:w-96">
<p className="mt-4 text-base leading-normal text-white">
{faq.answers}
</p>
)}
Expand Down

0 comments on commit a952dde

Please sign in to comment.