Skip to content

Commit 9b2e277

Browse files
committed
Fix spacing of getting started cards
1 parent 5ef9b93 commit 9b2e277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/components/GetStartedWithMLflow/GetStartedWithMLflow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const GetStartedWithMLflow = () => {
1717
</div>
1818
<div className="flex flex-col lg:flex-row gap-6">
1919
<div className="flex flex-col gap-8 p-8 bg-[#fff]/4 rounded-2xl @container lg:w-1/2 justify-between">
20-
<div>
20+
<div className="flex flex-col gap-8">
2121
<div className="flex flex-row justify-between items-center gap-4">
2222
<div className="flex flex-row justify-center items-end gap-3 flex-wrap">
2323
<h3 className="m-0 text-white">Managed </h3>
@@ -60,7 +60,7 @@ export const GetStartedWithMLflow = () => {
6060
/>
6161
</div>
6262
<div className="flex flex-col gap-8 p-8 bg-[#fff]/4 rounded-2xl lg:w-1/2 justify-between">
63-
<div>
63+
<div className="flex flex-col gap-8">
6464
<h3 className="m-0 text-white">Self-Hosted Open Source</h3>
6565
<div className="flex flex-col gap-4">
6666
{[

0 commit comments

Comments
 (0)