Skip to content

Commit

Permalink
made responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanbhadra committed Oct 21, 2024
1 parent 796e89c commit 6fae5f5
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-3/4 m-auto">
<div className="flex flex-col items-center space-y-2 sm:w-full md: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 6fae5f5

Please sign in to comment.