chore: full-width buttons on mobile
This commit is contained in:
parent
e2f57eaf92
commit
4a136fd158
|
@ -9,7 +9,7 @@ const { href, text } = Astro.props as Props;
|
||||||
|
|
||||||
<div class="mt-6 not-prose">
|
<div class="mt-6 not-prose">
|
||||||
<a
|
<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"
|
class="inline-flex justify-center items-center py-3 px-6 w-full text-base font-medium text-white no-underline rounded-md duration-200 ease-in-out md:w-auto hover:bg-white focus:bg-white bg-blue-primary transition-color hover:text-blue-primary focus:text-blue-primary"
|
||||||
href={href}
|
href={href}
|
||||||
>
|
>
|
||||||
{text} →
|
{text} →
|
||||||
|
|
Loading…
Reference in a new issue