Skip to content

Commit

Permalink
fix: margin leak bcs of navbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinfe123 committed Jun 17, 2024
1 parent 6ff3e78 commit 88dd1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/(www)/templates/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const TemplatePage = async ({ params: { slug } }: { params: Params }) => {

return (
<>
<section className="mt-24 custom-screen-lg mx-auto">
<section className="mt-48 custom-screen-lg mx-auto">
<div className="max-w-full md:max-w-3xl mx-auto lg:max-w-4xl">
<div className="text-zinc-50 mr-auto text-left">
<h1 className="text-4xl font-geist md:text-6xl tracking-tighter">
Expand Down

0 comments on commit 88dd1d8

Please sign in to comment.