Skip to content

fix: add responsive padding to Footer for mobile screens#92

Open
SG170 wants to merge 1 commit into
HerStack-org:mainfrom
SG170:fix/footer-mobile-padding
Open

fix: add responsive padding to Footer for mobile screens#92
SG170 wants to merge 1 commit into
HerStack-org:mainfrom
SG170:fix/footer-mobile-padding

Conversation

@SG170
Copy link
Copy Markdown

@SG170 SG170 commented May 26, 2026

Summary

Fixes #[replace this with your issue number]

Problem

The Footer component was using hardcoded px-16 padding on all screen sizes.
On mobile screens (375px), this caused 64px of side padding which significantly
squeezed the footer content and made it look cramped.

Fix

Updated the padding class in src/components/Footer.jsx from:
px-16
to:
px-5 sm:px-8 lg:px-16
This matches the responsive padding pattern already used by every other section
on the site (Hero, Pillars, Mentors, SummerOfAI, etc.)

Tested On

  • Mobile 375px ✅
  • Tablet 768px ✅
  • Desktop 1280px ✅

@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

@SG170 is attempting to deploy a commit to the HerStack's projects Team on Vercel.

A member of the Team first needs to authorize it.

@SG170
Copy link
Copy Markdown
Author

SG170 commented May 26, 2026

Hey @escher-m I have made the required changes in this pr please review it.
Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant