Closed Wasid786 closed 1 month ago
Name | Link |
---|---|
Latest commit | 0b10603d91a75d320f343077321311b05657d889 |
Latest deploy log | https://app.netlify.com/sites/codeittool/deploys/66f6f75f13ba38000894d16e |
Deploy Preview | https://deploy-preview-3--codeittool.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Pull Request: Fix Navbar Highlight Alignment
Description
This pull request addresses an alignment issue with the navbar highlight. The bug was fixed by adding a
margin-left: 461px
to the.highlight
div, ensuring that the highlight correctly aligns with the hovered navbar items.Changes Made
margin-left: 461px
to the.highlight
div to fix the alignment issue.Related Issues
Additional Notes
Please review the changes, particularly the adjustment to the
.highlight
class. Let me know if further modifications are needed.Thank you!