Skip to content

Commit

Permalink
feat(ui): increase padding bottom on blog layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed May 10, 2023
1 parent 567cecf commit 18e5cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(blog)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function BlogLayout({
<html>
<body>
<Header />
<div className="pt-36">{children}</div>
<div className="py-36">{children}</div>
</body>
</html>
)
Expand Down

0 comments on commit 18e5cb2

Please sign in to comment.