mirror of https://github.com/kortix-ai/suna.git
updated border padding open-source-section
This commit is contained in:
parent
2cf777cc4c
commit
045cda9b33
|
@ -19,7 +19,7 @@ export function OpenSourceSection() {
|
|||
</p>
|
||||
</SectionHeader>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 md:p-14">
|
||||
<div className="rounded-xl bg-[#F3F4F6] dark:bg-[#F9FAFB]/[0.02] border border-border p-6">
|
||||
<div className="flex flex-col gap-6">
|
||||
<div className="flex items-center gap-2 text-primary font-medium">
|
||||
|
|
Loading…
Reference in New Issue