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: Center align social media icons within buttons using Flexbox #328

Closed
wants to merge 4 commits into from
Closed

Conversation

ahmedrazabaloch
Copy link
Contributor

Fix: Center align social media icons with Flexbox

  • Updated CSS for .social-media a to use flexbox, ensuring tags (icons) are
    vertically and horizontally centered within their containers.
  • Added display: flex, justify-content: center, and align-items: center
    to handle the centering of the icons inside each social media button.
  • Adjusted font-size for the icons to ensure consistent visual size.

This change improves the alignment and overall layout consistency of the
social media buttons across various screen sizes.

Before

screencapture-127-0-0-1-5500-Todo-html-2024-10-29-23_59_08

After

image

Copy link
Contributor Author

@ahmedrazabaloch ahmedrazabaloch left a comment

Choose a reason for hiding this comment

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

please add this

@ahmedrazabaloch ahmedrazabaloch closed this by deleting the head repository Oct 29, 2024
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