updated notes

master
androiddrew 7 years ago
parent 5458e5a69c
commit 2e393be09d

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

Loading…
Cancel
Save