I'm encountering some unexpected behavior that I can't quite figure out.
Currently, I am in the process of developing a website. When testing it on Chrome and Safari locally, everything looks good and adjusts properly. However, when viewed in responsive mode or directly on mobile, the entire site seems to be shrinking in size to fit the screen. This means that every element is decreasing in size so that it appears as it does on desktop.
My code includes Bourbon/Neat and some flexbox, techniques that I have used many times before without issue. This situation is new to me. Any suggestions on what might be causing this?