Commit 60ee7685 authored by Mark Otto's avatar Mark Otto

fix type on responsive grid per #1852

parent efac5441
...@@ -339,7 +339,7 @@ ...@@ -339,7 +339,7 @@
<tr> <tr>
<td>Landscape tablets</td> <td>Landscape tablets</td>
<td>768px to 980px</td> <td>768px to 980px</td>
<td>44px</td> <td>42px</td>
<td>20px</td> <td>20px</td>
</tr> </tr>
<tr> <tr>
......
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
<tr> <tr>
<td>{{_i}}Landscape tablets{{/i}}</td> <td>{{_i}}Landscape tablets{{/i}}</td>
<td>768px to 980px</td> <td>768px to 980px</td>
<td>44px</td> <td>42px</td>
<td>20px</td> <td>20px</td>
</tr> </tr>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment