Using Javascript for Responsive Web Design, Bad Practice? – SEO
My first attempt at a RWD site was for a simple one-page site for an NFT project. It didn't use media queries, but many lines similar to: max(value, calc(vw*x)) for margins, padding, font-size, etc. I also was dependent on Javascript.…