Skip to content

Comments

Fix text alignment between "Want Help in" heading and flipped text animation#93

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/fix-170333495-1005977908-ff5d017f-e2c0-41a8-8034-8c0c73b079d5
Draft

Fix text alignment between "Want Help in" heading and flipped text animation#93
Copilot wants to merge 4 commits intomainfrom
copilot/fix-170333495-1005977908-ff5d017f-e2c0-41a8-8034-8c0c73b079d5

Conversation

Copy link

Copilot AI commented Nov 3, 2025

The animated text flip component was rendering at mismatched font sizes compared to the adjacent heading, causing visual misalignment across responsive breakpoints.

Changes

Alignment fixes:

  • Matched flip component font sizes to heading: text-2xl xs:text-4xl sm:text-6xl md:text-7xl
  • Unified font weights to font-bold for consistency
  • Made padding responsive: py-1 sm:py-2 md:py-3
  • Removed hardcoded text size from ContainerTextFlip to respect passed className

Build blockers fixed:

  • Removed syntax error in button.tsx (d 'use client''use client')
  • Removed duplicate Footer declaration in footer.tsx
  • Removed duplicate src prop in Image component

Screenshots

Desktop (1280x720)
Desktop alignment

Tablet (768x1024)
Tablet alignment

Mobile (375x667)
Mobile alignment

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: next-server (v15.5.4) (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Misaligned flipped text with “Want Help in” text</issue_title>
<issue_description>The flipped text animation is not properly aligned with the “Want Help in” section.
I’m correcting the alignment so that the flipped text matches the layout and spacing of the main text for a consistent look.

</issue_description>

Comments on the Issue (you are @copilot in this section)

@kris70lesgo @Namitanaik07 here u go

✨ 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

vercel bot commented Nov 3, 2025

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

Project Deployment Preview Comments Updated (UTC)
as-help Error Error Nov 3, 2025 3:16pm

Co-authored-by: kris70lesgo <170333495+kris70lesgo@users.noreply.github.com>
…adding

Co-authored-by: kris70lesgo <170333495+kris70lesgo@users.noreply.github.com>
Co-authored-by: kris70lesgo <170333495+kris70lesgo@users.noreply.github.com>
Copilot AI changed the title [WIP] Misaligned flipped text with “Want Help in” text Fix text alignment between "Want Help in" heading and flipped text animation Nov 3, 2025
Copilot AI requested a review from kris70lesgo November 3, 2025 15:16
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.

Misaligned flipped text with “Want Help in” text

2 participants