Skip to content

Commit 1a78c9a

Browse files
Add new class for text wrapping (#535)
1 parent 4fa32ef commit 1a78c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/TryNow/MusicBlocks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const MusicBlocksPage = () => {
6767
<main className="container mx-auto px-4 sm:px-6 md:px-8 py-6">
6868
<FeatureSection data={musicBlocksData} />
6969

70-
<p className="flex justify-center">
70+
<p className="flex justify-center flex-wrap">
7171
<span className="text-[#436EA6]">Learn music</span>
7272
&nbsp;<span className="dark:text-white">,</span>&nbsp;
7373
<span className="text-[#FEC613]">math</span>

0 commit comments

Comments
 (0)