Update
This commit is contained in:
parent
226f3e140b
commit
c8fc42833f
|
@ -32,3 +32,12 @@
|
|||
.pages-list a:focus .title {
|
||||
color: dodgerblue;
|
||||
}
|
||||
|
||||
.post-headline.-cheatsheet:after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 150px;
|
||||
height: 1px;
|
||||
background: #ddd;
|
||||
margin: 2.5em auto 1.8em auto;
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ layout: default
|
|||
| 414 x 736 | @3x | 1242 x 2208 | 133 ppi | 401 ppi | 5.5" | iPhone 6+ |
|
||||
| --- | --- | --- | ---- | --- | --- | --- |
|
||||
| 360 x 640 | @3x | 1080 x 1920 | 147 ppi | 441 ppi | 5" | Galaxy S4 |
|
||||
{:.wide}
|
||||
|
||||
## Tablets
|
||||
|
||||
|
@ -21,3 +22,4 @@ layout: default
|
|||
| --- | ---- | --- | --- | --- | ---- | --- |
|
||||
| 1024 x 768 | @2x | 2048 x 1536 | 163 ppi | 326 ppi | 7.9" | iPad Mini Retina |
|
||||
| 1024 x 768 | @2x | 2048 x 1536 | 132 ppi | 264 ppi | 9.7" | iPad Air |
|
||||
{:.wide}
|
||||
|
|
Loading…
Reference in New Issue