We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44f308 commit 31c0cc6Copy full SHA for 31c0cc6
src/pages/writing/[...slug].astro
@@ -23,8 +23,8 @@ const { Content } = await render(entry);
23
<section class="-mt-12">
24
<Container>
25
<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">
+ <div class="flex flex-col gap-2 pt-7">
+ <a href="/writing" class="absolute z-20 transition-all text-muted-foreground hover:text-foreground pb-4 text-sm w-max">
28
Back to writing
29
</a>
30
<div class="flex flex-col gap-1.5 mt-12">
0 commit comments