Skip to content

Fix/footer bug for mobile view#794

Open
khanparaYash wants to merge 2 commits intokeploy:mainfrom
khanparaYash:fix/footer-bug-for-mobile-view
Open

Fix/footer bug for mobile view#794
khanparaYash wants to merge 2 commits intokeploy:mainfrom
khanparaYash:fix/footer-bug-for-mobile-view

Conversation

@khanparaYash
Copy link

What has changed?

This PR fixes the footer alignment issue on mobile view by properly centering the footer content.

The following changes were made:

  • Added CSS rules to center-align footer elements on mobile screens.
  • Replaced incorrect className attribute with class in HTML to ensure proper rendering.

This PR Resolves #(issue_number)

Type of change

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation update (if none of the other choices apply).

How Has This Been Tested?

  • Ran npm run build successfully without errors.
  • Ran npm run serve and verified the footer alignment on mobile view.
  • Confirmed that the footer content is now properly centered and responsive.

(Screenshots attached showing before and after changes.)

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

-Before fix (misaligned footer)
image

After fix (centered footer on mobile)
image

Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com>
Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you and congratulations 🎉 for opening your very first pull request in keploy

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

Comments