Skip to content

Commit

Permalink
fix: equalizer responsive on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Dec 29, 2022
1 parent 9efb872 commit c2be554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/NewReleases/Equalizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

const Equalizer = () => {
return (
<div className="gap-1 relative h-12 w-[18.75rem]">
<div className="gap-1 relative h-12 w-[6rem] lg:w-[18.75rem]">
<span className="bg-white w-4 h-full rounded-sm animate-equalizerBarOne absolute bottom-0" />
<span className="bg-white w-4 h-full rounded-sm animate-equalizerBarTwo absolute ml-5 bottom-0" />
<span className="bg-white w-4 h-full rounded-sm animate-equalizerBarThree absolute ml-10 bottom-0" />
Expand Down

0 comments on commit c2be554

Please sign in to comment.