Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Apr 22, 2024
1 parent 59d4598 commit 5447b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function Content({ content }: LandingPageFragment) {
{content.title}
</Title>

<div className="mt-20">
<div className="mt-8 lg:mt-20">
<div className="text-center text-lg lg:text-2xl [&_a]:font-bold [&_a]:underline">
<RichText>{content.subTitle.json.content}</RichText>
</div>
Expand Down

0 comments on commit 5447b72

Please sign in to comment.