thinkswell / javascript-mini-projects

Awesome Collection of amazing javascript mini-projects.
The Unlicense
1.21k stars 868 forks source link

1Application-frontend - Improvements to Navbar Layout and Styling #1087

Closed piyushbarve98 closed 10 months ago

piyushbarve98 commented 11 months ago
  1. Overflow Issue:

Problem: The "Tech Team" option and profile icon in the navbar was overflowing and going out of view. Solution: We have adjusted the layout to ensure that all menu items are displayed without overflowing or clipping.

  1. "Thinks Well" and "JAVASCRIPT PROJECTS" Text Wrapping:

Problem: The "Thinks Well" and "JAVASCRIPT PROJECTS" text was breaking into two lines and was going out of navbar, causing the layout to look less appealing. Solution: We've made modifications to the CSS to ensure that both are displayed properly.

Before:

Thinkswell navbar issue

After:

Thinkswell

I'll submit a PR for it.

github-actions[bot] commented 11 months ago

👋 @piyushbarve98

Thanks for opening your first issue here! Be sure to follow the issue template!

piyushbarve98 commented 11 months ago

Here's the PR - https://github.com/thinkswell/javascript-mini-projects/pull/1088 for this issue, @thinkswell @PBJI