We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e88bb commit 526e2a9Copy full SHA for 526e2a9
src/components/about/MissionSection.tsx
@@ -7,7 +7,7 @@ export function MissionSection() {
7
initial={{ opacity: 0 }}
8
whileInView={{ opacity: 1 }}
9
transition={{ duration: 0.6 }}
10
- className="bg-gradient-to-r from-cornflower-blue/10 to-white p-10 rounded-lg shadow-xl"
+ className="p-10 rounded-lg"
11
>
12
<div className="flex items-center gap-4 mb-6">
13
<Target className="h-8 w-8 text-cornflower-blue" />
0 commit comments