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.
1 parent 9cf1888 commit 702aaa1Copy full SHA for 702aaa1
src/app/projects/[name]/page.tsx
@@ -36,7 +36,7 @@ export default async function ProjectPage({ params }: { params: Props }) {
36
return (
37
<Container maxWidth="md">
38
<Stack gap={2} sx={{ py: 4 }}>
39
- <Typography component="h2" variant="h2">
+ <Typography component="h2" sx={{ typography: { xs: "h4", sm: "h2" } }}>
40
{project.title}
41
</Typography>
42
<Link
0 commit comments