Skip to content

Commit

Permalink
Media Queries can't be specified using percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Aug 12, 2015
1 parent a4dd6b8 commit a307fd1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -717,11 +717,11 @@ <h3>
</h3>
<p>
A common practice in creating flexible layouts is to specify the size
values in media queries as relative units (e.g., <code>em</code>s 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., <code>em</code>s).
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.
</p>
<p>
If art-directed images are not specified in relative units, they can
Expand Down

0 comments on commit a307fd1

Please sign in to comment.