devict / hacktoberfest

Our own little local version of hacktoberfest
https://hacktoberfest.devict.org
4 stars 18 forks source link

Fixed nav bar wrapping to new line on xs viewports #36

Closed joestrouth1 closed 6 years ago

joestrouth1 commented 6 years ago

Top nav's menu button was wrapping to a new line on screens <361px wide. Now it's OK from 320px on up. Tweaked the size and spacing of .navbar-brand and the toggler to help them fit together.

part of #13

jcbwlkr commented 6 years ago

This is still wrapping for me for some reason. Maybe do 1.0rem ?

screen shot 2017-10-11 at 7 56 54 am
joestrouth1 commented 6 years ago

huh. Guess that's what I get for only testing on one browser/platform. Looked fine for me in latest Firefox Dev on Ubuntu. Had it as 1 rem first but figured I'd try to avoid shrinking any more than necessary. will fix after work

joestrouth1 commented 6 years ago

Added some commits, should be OK, let me know if not.

jcbwlkr commented 6 years ago

@joestrouth1 thanks!