File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const Donation: React.FC = () => {
2222
2323 return (
2424 < section className = "relative overflow-hidden bg-white text-black py-16 px-4" >
25- { /* Flex container to align text and image side by side */ }
2625 < div className = "max-w-[90%] mx-auto flex flex-col lg:flex-row items-center justify-center lg:gap-12" >
2726 { /* Left Side - Text Content */ }
2827 < motion . div
@@ -57,7 +56,7 @@ const Donation: React.FC = () => {
5756 </ motion . button >
5857 </ motion . div >
5958
60- { /* Right Side - Image with Spacing */ }
59+ { /* Right Side - Image */ }
6160 < motion . img
6261 src = "assets/Images/DonateToSugarLabs.png"
6362 alt = "Children with laptops and Donate to Sugarlabs"
@@ -70,7 +69,7 @@ const Donation: React.FC = () => {
7069 />
7170 </ div >
7271
73- { /* Newsletter and Volunteer Section Moved Down */ }
72+ { /* Newsletter and Volunteer Section*/ }
7473 < div className = "relative z-10 w-full mt-12 text-center" >
7574 < Link to = "/volunteer" >
7675 < motion . div
@@ -128,7 +127,7 @@ const Donation: React.FC = () => {
128127 </ motion . div >
129128 </ Link >
130129
131- { /* Newsletter Subscription Section Moved Down */ }
130+ { /* Newsletter Subscription Section */ }
132131 < motion . div
133132 className = "mt-16"
134133 variants = { staggerContainer }
You can’t perform that action at this time.
0 commit comments