From 6851af664e18cfa1c67077257ba81e6c62355915 Mon Sep 17 00:00:00 2001 From: Fey Naomi Schrewe Date: Mon, 4 Sep 2023 17:35:40 +0200 Subject: [PATCH] Remove margin from unordered lists Signed-off-by: Fey Naomi Schrewe --- sass/recipe.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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%;