Skip to content

Commit

Permalink
Fixing a typo. Threshold for "mobile" (phone) is 760px and below.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansmith committed Apr 15, 2011
1 parent f6cde7e commit fcce64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ <h2>
mobile.css
</th>
<td>
below 480px
below 760px
</td>
</tr>
<tr>
<th>
720.css
</th>
<td>
480px to 960px
760px to 960px
</td>
</tr>
<tr>
Expand Down

0 comments on commit fcce64c

Please sign in to comment.