We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e90654 commit f3193caCopy full SHA for f3193ca
1 file changed
src/components/landing/landing-process-flow.tsx
@@ -6,9 +6,9 @@ export function LandingProcessFlow() {
6
<div className="lg:pl-4">
7
<Card className="shadow-sm border-2 border-slate-200 bg-slate-50/50 hover:border-indigo-200 transition-colors py-2">
8
<CardContent className="py-2">
9
- <div className="flex items-center justify-between text-xs text-slate-600">
+ <div className="flex items-center justify-center md:justify-start text-xs text-slate-600">
10
<div className="text-lg font-medium text-slate-700 mb-1">
11
- Share secrets on a whim:
+ Share secrets on a whim
12
</div>
13
14
<div className="flex items-center justify-between md:justify-start gap-1.5 text-base text-slate-600">
0 commit comments