fix: page prose styling
This commit is contained in:
parent
99c5c46956
commit
26377e67f6
3 changed files with 6 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue