KamandPrompt / kamandprompt.github.io

Kamandprompt Open Source Website
https://pc.iitmandi.co.in
MIT License
10 stars 42 forks source link

Responsive text of navbar #60

Closed Shrikha1 closed 5 years ago

Shrikha1 commented 5 years ago

Fix the overflow of navbar text

abhigyank commented 5 years ago

Hello @Shrikha1 thanks for the PR. Could you please explain the reasoning behind the changes? Also could this also be simply done using a responsive font-size like em instead of px ?

Shrikha1 commented 5 years ago

To fix the overflow of the text of navbar to the next line and to avoid abrupt changes to the font size I have divided the font-size into 3 categories. And since the navbar is using float option thus using a responsive font-size like em instead of px does not give required results.

abhigyank commented 5 years ago

Looks fine to me. @Varunvaruns9 can you check it once before I merge this?

Varunvaruns9 commented 5 years ago

Looks good to me. @abhigyank