forked from mrwyndham/fastpocket
bugfix/image-and-content-with-stretched-buttons
This commit is contained in:
parent
2547cee518
commit
06f37e0c72
|
@ -148,7 +148,7 @@ sidebar_position: 2
|
||||||
|
|
||||||
{/* <!-- Card --> */}
|
{/* <!-- Card --> */}
|
||||||
<div className="group flex flex-col h-full bg-base-100 border border-base-200 shadow-sm rounded-xl">
|
<div className="group flex flex-col h-full bg-base-100 border border-base-200 shadow-sm rounded-xl">
|
||||||
<div className="h-52 flex flex-col justify-center items-center bg-amber-500 rounded-t-xl">
|
<div className="h-52 flex flex-col justify-center items-center bg-secondary rounded-t-xl">
|
||||||
<svg
|
<svg
|
||||||
className="size-28"
|
className="size-28"
|
||||||
width="56"
|
width="56"
|
||||||
|
@ -185,7 +185,7 @@ sidebar_position: 2
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-4 md:p-6">
|
<div className="p-4 md:p-6">
|
||||||
<span className="block mb-1 text-xs font-semibold uppercase text-amber-500">
|
<span className="block mb-1 text-xs font-semibold uppercase text-secondary">
|
||||||
Slack API
|
Slack API
|
||||||
</span>
|
</span>
|
||||||
<h3 className="text-xl font-semibold text-secondary-content">
|
<h3 className="text-xl font-semibold text-secondary-content">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue