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

Fixed Layout Alignment on About Page #692 #694

Closed
wants to merge 1 commit into from

Conversation

Pavan-Nagulla
Copy link

Describe your changes

  1. Remove the px-8 class from the first div element within the About component. This will remove the horizontal padding and ensure consistent spacing across pages.
  2. Adjust the max-w-3xl class on the second div element to match the max-w-2xl lg:max-w-6xl class on the first div. This will ensure the same maximum width for the content container on both desktop and mobile devices.
  3. Similarly, modify the px-8 max-w-2xl lg:max-w-6xl class on the third div element to match the updated class on the first div.

Issue ticket number and link

Closed
#692

@ijemmao
Copy link
Collaborator

ijemmao commented Jun 23, 2023

@Pavan-Nagulla thanks for this PR! can you share a before and after picture of these changes for desktop and mobile to confirm that there aren't any unexpected visual changes?

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