Skip to content

Commit

Permalink
make accordion responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed Mar 8, 2024
1 parent e704114 commit 6c71ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/accordion/accordion.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Accordion() {
>
Toggle Multi Selection
</Button>
<div className="w-[500px] bg-gr backdrop-blur-3xl border-border border-2 space-y-5">
<div className="w-[80vw] md:w-[500px] bg-gr backdrop-blur-3xl border-border border-2 space-y-5">
{data && data.length > 0 ? (
data.map((dataItem) => (
<div key={dataItem.id}>
Expand Down

0 comments on commit 6c71ba4

Please sign in to comment.