mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
✨ style: make it center
This commit is contained in:
@@ -9,9 +9,9 @@ export function MissionSection() {
|
||||
transition={{ duration: 0.6 }}
|
||||
className="p-10 rounded-lg"
|
||||
>
|
||||
<div className="flex items-center gap-4 mb-6">
|
||||
<div className="flex items-center gap-4 mb-6 justify-center text-center">
|
||||
<Target className="h-8 w-8 text-cornflower-blue" />
|
||||
<h2 className="text-3xl font-extrabold text-gray-900">Our Mission</h2>
|
||||
<h2 className="text-3xl font-extrabold text-gray-900">Our Mission</h2>
|
||||
</div>
|
||||
|
||||
<div className="max-w-3xl mx-auto">
|
||||
|
Reference in New Issue
Block a user