diff --git a/sass/recipe.scss b/sass/recipe.scss index 37b6fe5..bcc1adf 100644 --- a/sass/recipe.scss +++ b/sass/recipe.scss @@ -54,9 +54,11 @@ ol li { margin-bottom: 2rem; } -ul li { - margin-left: 2rem; - text-indent: -2rem; +ul { + li { + margin-left: 2rem; + text-indent: -2rem; + } margin-top: 0; } @@ -96,7 +98,7 @@ ul li { column-fill: auto; max-height: 100%; } - @media (min-width: 56rem) and (max-width: 1080px) { + @media (min-width: 56rem) and (min-width: 800px) and (max-width: 1080px) { column-count: 2; column-fill: balance; max-height: 100%;