When you write media queries
When you write media queries do you make it so that it is responsve through and through as you shrink the browser, or only responive at certain break points?
2 Replies
for my personal projects, i go full responsive, and only change layout with breakpoints
You should be making the site responsive at all sizes, yes. Part of responsiveness is using media queries when and where needed.
Also, this question is better served in #discussions as it's not a code-related question but rather a methodology question. If you'd like to continue the discussion please make a new post there.