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

Fixes #644, Removed unnecessary left padding on various UL elements #645

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KanishkValechha
Copy link

This pull request addresses issues with the UL elements being right aligned due to left padding being applied in custom.css .

Key changes:

  • Removed padding: revert which was causing unnecessary left padding and misalignment of ul elements.
    Before:
    Screenshot 2025-01-16 221044
    After:
    image

Before(footer):
image

After(footer):
image

  • Due to the removal of padding: revert the padding was set to 0 again for all the ul elements, because of which only the placement section was broken so added px-5 padding to the section which fixed all the things.
    Before(with padding:revert):
    image

After(with px-5):
image
(remains the same)

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