|
|
|
@ -40,9 +40,7 @@ The `initial-scale=1.0` part sets the initial zoom level when the page is first
|
|
|
|
|
loaded by the browser
|
|
|
|
|
|
|
|
|
|
THINGS TO REMEMBER:
|
|
|
|
|
|
|
|
|
|
Do NOT use large fixed width elements
|
|
|
|
|
DO NOT let content rely on a particular viewport width to render well
|
|
|
|
|
DO use CSS Media queries to apply different styling for small and large screens
|
|
|
|
|
-you still shouldn't be using fixed widths. consider using relative widths
|
|
|
|
|
such as `width: 100%`
|
|
|
|
|
- Do NOT use large fixed width elements
|
|
|
|
|
- DO NOT let content rely on a particular viewport width to render well
|
|
|
|
|
- DO use CSS Media queries to apply different styling for small and large screens
|
|
|
|
|
- you still shouldn't be using fixed widths. consider using relative widths such as `width: 100%`
|
|
|
|
|