Narrow mobile home cards
This commit is contained in:
parent
7e0a01a754
commit
f9ebfc47d8
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ const cardData = [
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
cardData.map((card) => (
|
cardData.map((card) => (
|
||||||
<div class="w-full h-[220px] sm:h-[273px] overflow-hidden rounded-[6px] border-0 shadow-none bg-transparent">
|
<div class="w-full max-w-[320px] h-[220px] sm:max-w-none sm:h-[273px] mx-auto overflow-hidden rounded-[6px] border-0 shadow-none bg-transparent">
|
||||||
<a
|
<a
|
||||||
class="group block h-full focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-black/80"
|
class="group block h-full focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-black/80"
|
||||||
href={card.href}
|
href={card.href}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue