We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75b8726 + e6c6402 commit 476e157Copy full SHA for 476e157
src/layouts/PeopleLayout.astro
@@ -58,9 +58,9 @@ setJumpToState(null);
58
<Head title={"People"} locale={currentLocale} />
59
60
<BaseLayout title={title} variant="item" topic="about" className="about">
61
- <h3 class="mb-xl max-w-[770px]">
+ <p class="mb-xl max-w-[770px] text-h3">
62
{t("peoplePage", "PageDescription")}
63
- </h3>
+ </p>
64
{
65
featuredEntries.map((category, i) => (
66
<section>
0 commit comments