File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,11 @@ export function AgentsPage({ agents }: AgentsPageProps) {
66
66
}
67
67
randomAgents = { randomAgents }
68
68
trigger = {
69
- < button className = "group w-full" type = "button" >
70
- < div className = "relative aspect-[4/1] overflow-hidden rounded-2xl shadow-lg" >
69
+ < button
70
+ className = "group w-full items-end justify-start"
71
+ type = "button"
72
+ >
73
+ < div className = "relative min-h-[140px] w-full overflow-hidden rounded-2xl shadow-lg md:aspect-[4/1]" >
71
74
< div className = "absolute inset-0" >
72
75
< img
73
76
src = "/banner_cloud.jpg"
@@ -78,13 +81,13 @@ export function AgentsPage({ agents }: AgentsPageProps) {
78
81
79
82
< div className = "absolute inset-0 bg-gradient-to-t from-black/70 via-black/20 to-transparent dark:from-black/70 dark:via-black/20" />
80
83
81
- < div className = "relative flex h-full flex-col p-5" >
84
+ < div className = "relative flex h-full min-h-[140px] flex-col p-5" >
82
85
{ /* <div className="self-start rounded-full bg-black/70 px-3 py-1.5 text-xs font-medium text-white backdrop-blur-sm">
83
86
Research
84
87
</div> */ }
85
88
86
89
< div className = "mt-auto flex flex-row items-end justify-between gap-2" >
87
- < div className = "flex flex-col items-start gap-0.5" >
90
+ < div className = "flex flex-col items-start gap-0.5 text-left " >
88
91
< h3 className = "text-2xl leading-tight font-medium text-white" >
89
92
Zola Research
90
93
</ h3 >
You can’t perform that action at this time.
0 commit comments