From c8fc42833f91d74f5d17a3ce29b2afd86729e74d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 6 Mar 2015 20:14:56 +0800 Subject: [PATCH] Update --- assets/style.css | 9 +++++++++ resolutions.md | 2 ++ 2 files changed, 11 insertions(+) diff --git a/assets/style.css b/assets/style.css index 7f3fde8ab..c8be4074c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; +} diff --git a/resolutions.md b/resolutions.md index 815c59166..e74fe9841 100644 --- a/resolutions.md +++ b/resolutions.md @@ -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}