Skip to content

Commit

Permalink
feat(ui): increase blog vertical padding on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed May 25, 2023
1 parent 7f5b63a commit d846ba3
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="py-36">{children}</div>
<div className="py-48 md:py-36">{children}</div>
</body>
</html>
)
Expand Down

0 comments on commit d846ba3

Please sign in to comment.