fix: page prose styling

This commit is contained in:
Oliver Davies 2023-04-22 22:20:37 +01:00
parent 99c5c46956
commit 26377e67f6
3 changed files with 6 additions and 3 deletions

View file

@ -6,7 +6,7 @@ interface Props {
const { href, text } = Astro.props as Props;
---
<div class="mt-6">
<div class="mt-6 not-prose">
<a
class="inline-flex items-center py-3 px-6 text-base font-medium text-white no-underline rounded-md duration-200 ease-in-out hover:bg-white focus:bg-white bg-blue-primary transition-color hover:text-blue-primary focus:text-blue-primary"
href={href}