File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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" > Follow</ button >
17+ < button className = "bg-[#444F6F] w-full my-5 py-2 rounded hover-animate " > Follow</ button >
1818 </ div >
1919 { /* RIGHT SIDE */ }
2020 < div className = "col-span-4 lg:mt-0 mt-10" >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Spline from '@splinetool/react-spline';
33const Background = ( ) => {
44 return (
55 < Spline
6- className = "absolute "
6+ className = "absolute"
77 scene = "https://prod.spline.design/thPGkOvNXu8XjGlk/scene.splinecode"
88 />
99 ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const Event = () => {
1111 listings, check out the CSESoc Discord or our Facebook page!
1212 </ p >
1313 < a href = "events" >
14- < button className = "mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[60%] xl:h-12 h-10" >
14+ < button className = "mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[60%] xl:h-12 h-10 hover-animate " >
1515 See all events
1616 </ button >
1717 </ a >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const Sponsors = () => {
2828 < h2 className = "text-4xl font-black" > Our sponsors</ h2 >
2929 < p className = "xl:my-10 my-3 text-lg" > Check out our very cool sponsors.</ p >
3030 < a href = "sponsors" >
31- < button className = "bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10" >
31+ < button className = "bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10 hover-animate " >
3232 View our sponsors
3333 </ button >
3434 </ a >
Original file line number Diff line number Diff line change 2727}
2828
2929.hover-animate : hover {
30- transform : scale (1.01 );
30+ transform : scale (1.05 );
3131}
You can’t perform that action at this time.
0 commit comments