Skip to content

Commit

Permalink
UI fixed of cards
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa committed Feb 14, 2025
1 parent 1273e9a commit 8ab01e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions front-end/src/components/Centre.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function Centre() {
Our Mission, Vision & Values
</h2>
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 ">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg ">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg transform hover:translate-y-[-5px] hover:translate-x-[-5px] transition-transform duration-300 shadow-[0px_0px_10px_2px_rgba(0,112,255,0.5)] hover:shadow-[0px_0px_20px_4px_rgba(0,112,255,0.7)]">
<img
src={mission}
alt="Our Mission"
Expand All @@ -121,7 +121,7 @@ function Centre() {
</p>
</div>

<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg transform hover:translate-y-[-5px] hover:translate-x-[-5px] transition-transform duration-300 shadow-[0px_0px_10px_2px_rgba(0,112,255,0.5)] hover:shadow-[0px_0px_20px_4px_rgba(0,112,255,0.7)]">
<img
src={vision}
alt="Our Vision"
Expand All @@ -139,7 +139,7 @@ function Centre() {
</p>
</div>

<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg ">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg transform hover:translate-y-[-5px] hover:translate-x-[-5px] transition-transform duration-300 shadow-[0px_0px_10px_2px_rgba(0,112,255,0.5)] hover:shadow-[0px_0px_20px_4px_rgba(0,112,255,0.7)]">
<img
src={values}
alt="Our Values"
Expand All @@ -157,6 +157,7 @@ function Centre() {
community.
</p>
</div>

</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ab01e1

Please sign in to comment.