Comment Re:What bothers me about "mobile" website fetish (Score 3, Informative) 88
Can we just drop the "mobile" and talk about dynamic layouts instead.
What you're talking about is called a responsive layout, and it's the current best practice for mobile support. It involves using CSS media queries to adjust the page layout based on the size of the display.
(And the Google algorithm does detect responsive layouts and consider them mobile friendly.)