Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Overflow and Overlap Issue on Contact Us Page #1248

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

rajveeerr
Copy link
Collaborator

This pull request addresses the overflow and overlap issues of the contact us boxes on the Contact Us page. The changes made ensure that the boxes remain within the container and do not exceed the max width of the device, as well as provide adequate spacing to avoid overlapping with the contact us form.

Changes Made:

  • Adjusted the max-width property of the contact us boxes to ensure they fit within the device width and prevent overflow.
  • Added padding and margins to maintain appropriate spacing between the boxes and the contact us form.
  • Tested responsiveness across multiple screen sizes to ensure the fix works consistently.

Fixes Issue:

Closes #1247

Screenshots:

  • Before:
Screenshot 2024-10-15 at 11 59 58 AM
  • After:
Screenshot 2024-10-15 at 11 58 27 AM

Testing:

  1. Verified the fix on various screen sizes (mobile, tablet, desktop).
  2. Ensured that the boxes are contained within the device width and do not overlap with the form.

Checklist:

  • The code follows the project's code style guidelines.
  • I have performed a self-review of the code.
  • The changes do not introduce new bugs or regressions.

Copy link

vercel bot commented Oct 15, 2024

@rajveeerr is attempting to deploy a commit to the Suraj Pratap's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Owner

@SurajPratap10 SurajPratap10 left a comment

Choose a reason for hiding this comment

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

LGTM

@SurajPratap10 SurajPratap10 merged commit e87c526 into SurajPratap10:main Oct 15, 2024
2 of 5 checks passed
@rajveeerr rajveeerr added level2 and removed level1 labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overflow and Overlap of Contact Us Boxes on Contact Us Page
2 participants