Skip to content

Commit

Permalink
feat(ui): update padding top on blog main content
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jun 20, 2023
1 parent 392bb80 commit c1a6251
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 @@ -10,7 +10,7 @@ export default function BlogLayout({
<html>
<body>
<Header />
<div className="pt-48 md:pt-36">{children}</div>
<div className="pt-24 md:pt-36">{children}</div>
<Footer />
</body>
</html>
Expand Down

0 comments on commit c1a6251

Please sign in to comment.