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

feat: Update position of dropdown in Navbar component for smaller screens #140

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Ratul-Saha-003
Copy link

I have updated the position of the dropdowns in the Navbar component.
Before:
Screenshot (81)

After:
Screenshot from 2024-03-13 19-11-20

This Pull Request resolves issue #139

@Ratul-Saha-003 Ratul-Saha-003 changed the title Update position of dropdown in Navbar component for smaller screens feat: Update position of dropdown in Navbar component for smaller screens Mar 13, 2024
@@ -208,6 +208,11 @@ button.nav-link {
order: 5;
}

.dropdown{
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a space between selector and bracket to match the rest? I'm surprised there's no linting error.

Copy link
Author

Choose a reason for hiding this comment

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

@halkeye Done.

@Ratul-Saha-003
Copy link
Author

@halkeye I have made the necessary changes

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.

None yet

2 participants