Find-Me-Issues
Find-Me-Issues copied to clipboard
Fixed Header styles
This pull request includes the following changes:
Removed Box Shadow on Focus:
Added a CSS rule to remove the box shadow when an element is focused.
CSS Property Added: Header.css
.header__search--desktop:focus{ box-shadow: none; } Reason: This change is intended to streamline the focus state appearance and avoid any unwanted visual effects when the element is focused.
Added Padding with Bootstrap Class:
Added the Bootstrap class px-2 to provide padding and ensure consistent spacing. Bootstrap Class Applied: Header.js <Container className="noBuff px-2"> <i className="fa fa-code" aria-hidden="true" /> </Container> Reason: This adjustment is made to ensure that there is adequate spacing around the content, enhancing the overall layout and readability.
Please review these changes and let me know if there are any suggestions or modifications needed.
Deploy Preview for find-me-issues-web-app ready!
| Name | Link |
|---|---|
| Latest commit | 2ef9423086e9394218c1088e030d2ab4a448ca9f |
| Latest deploy log | https://app.netlify.com/sites/find-me-issues-web-app/deploys/66b463c723e4120008a0f789 |
| Deploy Preview | https://deploy-preview-126--find-me-issues-web-app.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.
Deploy Preview for find-me-issues failed.
| Name | Link |
|---|---|
| Latest commit | 2ef9423086e9394218c1088e030d2ab4a448ca9f |
| Latest deploy log | https://app.netlify.com/sites/find-me-issues/deploys/66b463c7a6146f00077b1b53 |
Can you add a before and after screenshot to make it easier to understand what was changed?