TalwindCSS Update #10

Merged
an.di merged 10 commits from adilallo/TailwindCSSUpdate into adilallo/component/RuleStack 2025-08-23 23:20:25 +00:00
Showing only changes of commit 6f5279cf7d - Show all commits
+8 -1
View File
@@ -33,7 +33,14 @@ const NumberedCards = ({ title, subtitle, cards }) => {
<SectionHeader
title={title}
subtitle={subtitle}
titleLg="How CommunityRule helps"
titleLg={
<>
How <br />
CommunityRule
<br />
helps
</>
}
/>
</div>