fix: margin issue on privacy page and social icon hover#647
fix: margin issue on privacy page and social icon hover#647Koushik1311 wants to merge 1 commit intoUniKonf:mainfrom
Conversation
|
@Koushik1311 is attempting to deploy a commit to the Vibey Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you, @Koushik1311, for creating this pull request and contributing to GitHub-ReadMe! |
There was a problem hiding this comment.
Thank you for creating a pull request for vibey!
We appreciate your contribution and are excited to review your changes. If you have any questions or need additional information, please don't hesitate to let us know. We look forward to working with you to improve vibey. Thanks again for your support!If you want to keep contributing to open source and want to do it with a supportive and inclusive community, consider joining UniKonf. We help and encourage each other to make regular contributions to open source projects. If you have any questions, do not hesitate to ask. We look forward to having you as part of our community!
Related Issue
Closes: #509
Describe the changes you've made
I have changed the tailwind classes.
Before PrivacyPolicy page only had a vertical margin auto
Now for mobile devices, it has a vertical margin of 1.25rem or 20px, and for others auto
GitHub social icon hover color change.
Type of change
What sort of change have you made:
I have changed and updated the tailwind class for article tag
Before: mx-auto
After: mx-5 sm:mx-auto
GitHub Social Icon:
Before: hover:text-gray-200
After: hover:text-blue-400
How Has This Been Tested?
I have run the code on my local machine
Checklist
Screenshots (if applicable)
Code of Conduct