Comment on 339 Bytes of Responsive CSSComments−davidhyde7yIs CSS considered responsive if there are no CSS media queries? I didn't see any media queries in the authors css script.−rchaud7yIt's "responsive" in the way a single column of content can be responsive. Really the only gain was that a max-width property was set, so content won't stretch to the edges of your desktop display.
Comments
Is CSS considered responsive if there are no CSS media queries? I didn't see any media queries in the authors css script.
It's "responsive" in the way a single column of content can be responsive. Really the only gain was that a max-width property was set, so content won't stretch to the edges of your desktop display.