Skip to content

Commit

Permalink
fix: banner styling & visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
herbievine authored Aug 22, 2024
2 parents c9cdca6 + 1f9a448 commit afc7dfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/post/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ const { Content } = await post.render();
</div>
</div>
<article class="prose prose-neutral dark:prose-invert font-mono">
<div class="px-2 py-4 mb-4 border-y border-neutral-300 dark:border-neutral-700">
<span>
<div class="not-prose p-2 mb-6 border-y border-neutral-300 dark:border-neutral-700">
<span class="text-sm">
See a typo? See something missing?
<a
href={`https://github.com/herbievine/reactive.so/edit/main/src/content/posts/${post.slug}.mdx`}
target="_blank"
class="underline"
rel="noopener noreferrer"
>
Open a pull request in GitHub and be featured on this page!
Expand Down

0 comments on commit afc7dfe

Please sign in to comment.