I thought I could remove media queries for: @media (max-width: 768px) @media (min-width: 768px) and (max-width: 980px)
and it would work for max-width: 480px smartphones but it remains at the default mode when resizing browser smaller than 480px. Is this normal behavior? Thanks.
