From d9a5bd0a19a80c90750d62fcf19230e536983cd4 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Sat, 2 Feb 2019 17:43:14 -0600 Subject: [PATCH] lint --- _sass/content.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/content.scss b/_sass/content.scss index 28c6a78..7361bfc 100644 --- a/_sass/content.scss +++ b/_sass/content.scss @@ -21,7 +21,7 @@ list-style-type: none; counter-reset: step-counter; - >li { + > li { position: relative; &::before { @@ -54,7 +54,7 @@ ul { list-style: none; - >li { + > li { &::before { position: absolute; margin-left: -1.4em;