Skip to content

Commit

Permalink
Increase flatpage H1 fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Apr 25, 2024
1 parent f0fc655 commit a942769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/page/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function FlatPage({ params: { slug } }: Props) {
}
return (
<>
<h1 className="text-lg font-bold lg:text-2xl">{content.title}</h1>
<h1 className="text-xl font-bold lg:text-3xl">{content.title}</h1>
<div
className="is-WYSIWYG after:clear-both after:table after:content-['']"
dangerouslySetInnerHTML={{ __html: content.content }}
Expand Down

0 comments on commit a942769

Please sign in to comment.