From a307fd12f15fc2cdab598b0f958c4612d56fc4bc Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Wed, 12 Aug 2015 10:55:23 +0800 Subject: [PATCH] Media Queries can't be specified using percentages --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 65621bb..5c4487f 100644 --- a/index.html +++ b/index.html @@ -717,11 +717,11 @@

A common practice in creating flexible layouts is to specify the size - values in media queries as relative units (e.g., ems or - percentages). This approach allows layouts to match the users’ - default font size (based on zoom level), and it avoid cases where the - layout breaks on devices who set a default font-size is set to - something other than the usual 16px. + values in media queries as relative units (e.g., ems). + This approach allows layouts to match the users’ default font size + (based on zoom level), and it avoid cases where the layout breaks on + devices who set a default font-size is set to something other than + the usual 16px.

If art-directed images are not specified in relative units, they can