Skip to content

Commit 6716f3e

Browse files
committed
small fix
1 parent 4b746f6 commit 6716f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/About/AboutHomepage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function AboutHomePage() {
1414
<Image src="/assets/csesoc_icon.svg" alt="CSESoc Icon" width={150} height={150} />
1515
</div>
1616
<h2 className="text-3xl font-extrabold">CSESoc</h2>
17-
<button className="bg-[#444F6F] w-full my-5 py-2 rounded hover-animate">Follow</button>
17+
<button className="bg-[#444F6F] w-full my-5 py-2 rounded">Follow</button>
1818
</div>
1919
{/* RIGHT SIDE */}
2020
<div className="col-span-4 lg:mt-0 mt-10">

frontend/src/styles/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ body {
2727
}
2828

2929
.hover-animate:hover {
30-
transform: scale(1.05);
30+
transform: scale(1.03);
3131
}

0 commit comments

Comments
 (0)