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

[UI change]: Search Bar UI #743

Open
TartejBrothers opened this issue Dec 16, 2023 · 2 comments
Open

[UI change]: Search Bar UI #743

TartejBrothers opened this issue Dec 16, 2023 · 2 comments

Comments

@TartejBrothers
Copy link

Issue

  • There can be some padding and design changes for the search bar.
  • The menu items can be center-aligned on mobile.
@robertoostenveld
Copy link
Member

Hi Taranjeet, We are not web builders/designers. Could you come with some concrete suggestions to the CSS and HTML code to improve the layout?

@TartejBrothers
Copy link
Author

image
  • This search bar design looks good to me.

Mobile View

  • We need to make these changes
image
.collapse.show {
    display: flex;
    flex-direction: column;
    align-items: center;
} 

and

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0 auto;
    list-style: none;
}

in main.css

  • This will center align the menu items
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants