Skip to content

Commit

Permalink
feat: minor styling improvements (Codehagen#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterjanscheir authored Apr 30, 2024
1 parent 32d167f commit 8b84a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/app/(marketing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function IndexPage() {
const { userId } = auth();
return (
<>
<section className="dark:bg-dot-white/[0.2] bg-dot-black/[0.2] space-y-6 lg:py-28 ">
<section className="dark:bg-dot-white/[0.2] bg-dot-black/[0.2] space-y-6 pt-8 lg:pb-28 lg:pt-28">
<div className="container flex max-w-[64rem] flex-col items-center gap-5 text-center">
<Link
href="https://twitter.com/codehagen"
Expand Down
2 changes: 1 addition & 1 deletion apps/www/components/dashboard/bentogrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function BentoGridSection() {
</p>
</div>
</div>
<div className="relative overflow-hidden pt-16">
<div className="relative overflow-hidden py-16">
<BentoGridTemplate />
</div>
</div>
Expand Down

0 comments on commit 8b84a7b

Please sign in to comment.