You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to minimize the amount of content that is absolute positioned. Based on the design, it seems like you could divide the content into 3 sections:
The "support us today" content in a relatively positioned wrapper with a blue background and top padding.
The "ship aid to people in need" content in a relatively positioned wrapper with a white background (the content itself would have the purple background).
The hero image, which could be absolutely positioned. Though you might be able to get away with including it in # 2 and using relative positioning to move it up.
Code:
Make changes to src/components/donate/HeroSection.tsx.
See src/components/tech/HeroSection.tsx and src/components/tech/AboutHero.tsx for examples.
The text was updated successfully, but these errors were encountered:
hcavanaugh
changed the title
Minimize Absolute Positioning on the Donate Page Hero
Fix: Minimize Absolute Positioning on the Donate Page Hero
Feb 5, 2025
hcavanaugh
changed the title
Fix: Minimize Absolute Positioning on the Donate Page Hero
Fix [Component]: Minimize Absolute Positioning on the Donate Page Hero
Feb 5, 2025
Attempt to minimize the amount of content that is
absolute
positioned. Based on the design, it seems like you could divide the content into 3 sections:Code:
src/components/donate/HeroSection.tsx
.src/components/tech/HeroSection.tsx
andsrc/components/tech/AboutHero.tsx
for examples.The text was updated successfully, but these errors were encountered: