We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b746f6 commit 6716f3eCopy full SHA for 6716f3e
frontend/src/components/About/AboutHomepage.tsx
@@ -14,7 +14,7 @@ export default function AboutHomePage() {
14
<Image src="/assets/csesoc_icon.svg" alt="CSESoc Icon" width={150} height={150} />
15
</div>
16
<h2 className="text-3xl font-extrabold">CSESoc</h2>
17
- <button className="bg-[#444F6F] w-full my-5 py-2 rounded hover-animate">Follow</button>
+ <button className="bg-[#444F6F] w-full my-5 py-2 rounded">Follow</button>
18
19
{/* RIGHT SIDE */}
20
<div className="col-span-4 lg:mt-0 mt-10">
frontend/src/styles/globals.css
@@ -27,5 +27,5 @@ body {
27
}
28
29
.hover-animate:hover {
30
- transform: scale(1.05);
+ transform: scale(1.03);
31
0 commit comments