Home › Forums › CSS › using @media queries › Re: using @media queries
March 22, 2013 at 6:06 am
#129325
Participant
When you say to your whole CSS styles?
You just want to keep the styles as they are and add these media queries afterwards and only address the parts that need to change. If you have a fixed desktop size I would put that into the main code as if you weren’t building a responsive site. Then address only the changes in the media queries.
I also tend to use max-width on main breakpoints and min for in-betweeners e.g. @media only screen and (max-width: 960px) { }