Skip to content

Reduce HeroSection mobile top padding#9

Merged
HiRahmatDev merged 3 commits intomainfrom
copilot/update-hero-section-padding-top
Feb 15, 2026
Merged

Reduce HeroSection mobile top padding#9
HiRahmatDev merged 3 commits intomainfrom
copilot/update-hero-section-padding-top

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 15, 2026

Reduces top padding on mobile viewports from 80px to 48px to improve visual hierarchy and reduce excessive whitespace above hero content.

Changes

Split py-20 into pt-12 pb-20 to independently control vertical padding on mobile:

// Before
className="... py-20 md:py-0"

// After  
className="... pt-12 pb-20 md:py-0"

Desktop behavior unchanged—md:py-0 removes all padding on ≥768px viewports.

Original prompt

Look for HeroSection.tsx and update less padding top for mobile display for wrapper of hero text.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hirahmat-dev Ready Ready Preview, Comment Feb 15, 2026 0:44am

Co-authored-by: HiRahmatDev <55150659+HiRahmatDev@users.noreply.github.com>
Copilot AI changed the title [WIP] Update padding top for mobile display in HeroSection Reduce HeroSection mobile top padding Feb 15, 2026
Copilot AI requested a review from HiRahmatDev February 15, 2026 12:31
@HiRahmatDev HiRahmatDev self-requested a review February 15, 2026 12:41
Comment thread .gitignore Outdated
!.yarn/plugins
!.yarn/releases
!.yarn/versions
package-lock.json
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this! Do not include package-lock.json in .gitognore.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted in f5db13a. The .gitignore file has been restored to its original state without the package-lock.json entry.

Co-authored-by: HiRahmatDev <55150659+HiRahmatDev@users.noreply.github.com>
Copilot stopped work on behalf of HiRahmatDev due to an error February 15, 2026 12:46
@HiRahmatDev HiRahmatDev marked this pull request as ready for review February 15, 2026 12:47
@HiRahmatDev HiRahmatDev merged commit 5cac317 into main Feb 15, 2026
2 of 3 checks passed
@HiRahmatDev HiRahmatDev deleted the copilot/update-hero-section-padding-top branch February 15, 2026 12:56
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.

2 participants