From 816e363696eebbc3798255674f196b23338e9acc Mon Sep 17 00:00:00 2001 From: Sonja Scheungrab Date: Thu, 1 Aug 2024 13:33:44 +0200 Subject: [PATCH] Add whitespace to bulletfree list --- components/05-atoms/list/_unordered-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/05-atoms/list/_unordered-list.scss b/components/05-atoms/list/_unordered-list.scss index c5c3c7311..b2f18bba7 100644 --- a/components/05-atoms/list/_unordered-list.scss +++ b/components/05-atoms/list/_unordered-list.scss @@ -74,4 +74,8 @@ ul:not([class], [role='list']), &--center { align-self: center; } + + > li { + margin-top: $spacer-xs; + } }