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

Fixed Header styles #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

viji-queen
Copy link

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



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.

Copy link

netlify bot commented Aug 8, 2024

Deploy Preview for find-me-issues-web-app ready!

Name Link
🔨 Latest commit 2ef9423
🔍 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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Aug 8, 2024

Deploy Preview for find-me-issues failed.

Name Link
🔨 Latest commit 2ef9423
🔍 Latest deploy log https://app.netlify.com/sites/find-me-issues/deploys/66b463c7a6146f00077b1b53

@version0chiro
Copy link
Owner

Can you add a before and after screenshot to make it easier to understand what was changed?

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.

2 participants