From 2e393be09df5e106bacacbc4e5678605d6082212 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Wed, 13 Sep 2017 12:11:22 -0400 Subject: [PATCH] updated notes --- NOTES.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/NOTES.md b/NOTES.md index 235c48e..de47c0f 100644 --- a/NOTES.md +++ b/NOTES.md @@ -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%`