File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/components/GetStartedWithMLflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const GetStartedWithMLflow = () => {
17
17
</ div >
18
18
< div className = "flex flex-col lg:flex-row gap-6" >
19
19
< 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" >
21
21
< div className = "flex flex-row justify-between items-center gap-4" >
22
22
< div className = "flex flex-row justify-center items-end gap-3 flex-wrap" >
23
23
< h3 className = "m-0 text-white" > Managed </ h3 >
@@ -60,7 +60,7 @@ export const GetStartedWithMLflow = () => {
60
60
/>
61
61
</ div >
62
62
< 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" >
64
64
< h3 className = "m-0 text-white" > Self-Hosted Open Source</ h3 >
65
65
< div className = "flex flex-col gap-4" >
66
66
{ [
You can’t perform that action at this time.
0 commit comments