-
I'm trying to change the default size of the card to full width, but i can achive that, i've tried:
i couldn't find a size option in the docs |
Beta Was this translation helpful? Give feedback.
Answered by
cogor
Oct 2, 2023
Replies: 1 comment 1 reply
-
Hey, you can apply <the-card href="#" class="!max-w-full">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Noteworthy technology acquisitions 2021</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p>
</the-card> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cogor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, you can apply
!max-w-full
class to the component.P.S. I will refactor this component soon and there will be no need to use "!" to override a class