@matthewstillwell
UI Guy / JSLearner
Nothing here yet.
Nothing here yet.
No blogs yet.
I personally prefer the second way, keeping the responsive css inside the element looks much more logical since it adds context to the responsive css. But there are few downsides as well... You have to mention media queries for different elements every time you code something. Sometimes there are cascading issues if there are any overrides added later in the stylesheet. I had asked this question about the same topic a while ago and had got some interesting responses. Hope it helps! :)