public pages smol tings

This commit is contained in:
m5r
2021-09-25 07:08:29 +08:00
parent 2f45e1d9a8
commit 12983316f5
3 changed files with 9 additions and 6 deletions

View File

@ -12,7 +12,7 @@ const Layout: FunctionComponent<Props> = ({ children, title }) => (
<div className="pt-32 pb-10 md:pt-34 md:pb-16">
{title ? (
<div className="max-w-5xl mx-auto">
<h1 className="h1 mb-16 font-extrabold font-mackinac">{title}</h1>
<h1 className="h1 mb-16 text-navy font-extrabold font-mackinac">{title}</h1>
</div>
) : null}