Merge pull request #4 from yanzhen0610/patch-2
authorJohn O'Nolan <john@ghost.org>
Wed, 28 Aug 2019 05:59:14 +0000 (13:59 +0800)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 05:59:14 +0000 (13:59 +0800)
Fix content being wider than screen on mobile devices

assets/main/sass/layout/_ghost.scss

index 8a6e1e5612195c540c65a696526b4db399245854..ded64902c24a93d9639630c2ad1c58c3b35e6217 100644 (file)
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
-    margin: 0 -40px;
+    margin: 0 -24px;
 }
 
 .author-box  {