Skip to content

Commit 31c0cc6

Browse files
committed
fix: improved head for back
1 parent b44f308 commit 31c0cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/writing/[...slug].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const { Content } = await render(entry);
2323
<section class="-mt-12">
2424
<Container>
2525
<article class="flex flex-col gap-6">
26-
<div class="flex flex-col gap-2 pt-6">
27-
<a href="/writing" class="fixed z-20 transition-all text-muted-foreground hover:text-foreground pb-4 text-sm w-max">
26+
<div class="flex flex-col gap-2 pt-7">
27+
<a href="/writing" class="absolute z-20 transition-all text-muted-foreground hover:text-foreground pb-4 text-sm w-max">
2828
Back to writing
2929
</a>
3030
<div class="flex flex-col gap-1.5 mt-12">

0 commit comments

Comments
 (0)