|
|
|
|
|
by matheusmoreira
1022 days ago
|
|
The modern solution is to use CSS with media queries. You tell the client how the site is supposed to look on various screen sizes. The client applies the rules without leaking any information about which rules it chose to apply. |
|