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; + } }