Skip to content

Commit b802157

Browse files
committed
Add a bit more space
1 parent c785865 commit b802157

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ const config = {
173173
},
174174
]
175175
},
176+
typedRoutes: true,
176177
}
177178

178179
const withBundleAnalyzer = nextBundleAnalyzer({

src/pages/blog/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
</BlogCardPicture>
3535
</div>
3636

37-
<h1 className="typography-d1 !mt-3 text-balance !text-left">
37+
<h1 className="typography-d1 text-balance !text-left xl:!mb-5">
3838
{title}
3939
</h1>
4040
<div className="typography-menu flex flex-col justify-center gap-2">

0 commit comments

Comments
 (0)