Skip to content

Commit

Permalink
reduced faq width
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanbhadra committed Oct 21, 2024
1 parent 384d164 commit 796e89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Pages/HelpAndSupport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function HelpAndSupport() {
key={index}
className="container mx-auto space-y-4 md:space-y-6 lg:space-y-8 mb-3"
>
<div className="flex flex-col items-center space-y-2 w-full">
<div className="flex flex-col items-center space-y-2 w-3/4 m-auto">
<div
className="flex items-center justify-between w-full rounded-lg pr-4 sm:text-lg md:text-xl lg:text-2xl bg-[#FDF3C7]"
onClick={() => {
Expand Down

0 comments on commit 796e89c

Please sign in to comment.