Use Bootstrap 3 in my project. I've used Mozilla throughout the design process, and responsive design works great on it and Edge. When I went to test the pages in browsers that use WebKit (Chrome and Safari), they appear very different from what I had seen in Mozilla.
It seems that the same resolution activates the .sm
class in Mozilla, but remains in .md
in Webkit. Below is a comparison of the same page in two browsers.
Left: Chrome . Right: Mozilla Firefox .
Notice that in Chrome, navbar did not go so far as to hide the links and display a burger menu.
How can I resolve this? Thank you.