Skip to content

Commit

Permalink
Update Music.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rocpoc committed Aug 9, 2024
1 parent a31aca6 commit 923a102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Music.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "../App.css";
export const Music: React.FC<{}> = () => {
return (
<Container showToolbar={true}>
<div className="px-11 grow flex justify-center gap-1">
<span className="text-3xl font-bold can-hover:hover:text-emerald-300">
<div className="flex flex-col justify-center max-w-2xl m-auto px-3">
<span className="text-3xl xxs:text-3xl xs:text-3xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-5xl 2xl:text-6xl font-bold can-hover:hover:text-emerald-300">
MUSIC
</span>
</div>
Expand Down

0 comments on commit 923a102

Please sign in to comment.