Skip to content

Commit edd263a

Browse files
committed
style: remove comment
Signed-off-by: Seren_Modz 21 <[email protected]>
1 parent 7c6571e commit edd263a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/layouts/PageLayout.astro

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const { title, description, className } = Astro.props;
1515
---
1616

1717
<Layout title={title} description={description}>
18-
<!-- <div
19-
class="flex flex-col items-center lg:mx-auto lg:max-w-(--breakpoint-xl)"
20-
> -->
2118
<Navbar />
2219
<main class={cn("flex-1", className)}>
2320
<slot />

0 commit comments

Comments
 (0)