From c44d859440737dfbf8a6f7d5e5edd74eef6ad4b1 Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Sun, 12 Aug 2018 15:02:38 -0700 Subject: [PATCH] fix image margin and back link arrow --- _includes/back-link.html | 2 +- _sass/_article.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_includes/back-link.html b/_includes/back-link.html index c1fb034..88a0b89 100644 --- a/_includes/back-link.html +++ b/_includes/back-link.html @@ -1,3 +1,3 @@ - ❮ Home + ⟨ Home \ No newline at end of file diff --git a/_sass/_article.scss b/_sass/_article.scss index 6a99cd3..92cfe70 100644 --- a/_sass/_article.scss +++ b/_sass/_article.scss @@ -23,10 +23,6 @@ text-indent: 0; } -.post p img { - margin-left: -1em; -} - .post li { margin-left: 1.5rem; margin-right: 1.5rem;