diff --git a/_sass/content.scss b/_sass/content.scss
index 28c6a7862304758572d223e857d3a4391d10644d..7361bfc5101ad9b40a1d44c09c9926b8a23aa12c 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;