diff --git a/assets/components/molecules/links-group/links-group-teaser.twig b/assets/components/molecules/links-group/links-group-teaser.twig index b16fe2d02..ecb5ca4cc 100644 --- a/assets/components/molecules/links-group/links-group-teaser.twig +++ b/assets/components/molecules/links-group/links-group-teaser.twig @@ -1,13 +1,9 @@ diff --git a/assets/components/molecules/links-group/links-group.scss b/assets/components/molecules/links-group/links-group.scss index 5681b62d7..416d96575 100644 --- a/assets/components/molecules/links-group/links-group.scss +++ b/assets/components/molecules/links-group/links-group.scss @@ -5,7 +5,7 @@ background: $white; border: 1px solid $gray-200; - .nav-link { + .nav-link, li { padding: 0; margin-bottom: 0.8rem; } diff --git a/assets/components/molecules/links-group/links-group.twig b/assets/components/molecules/links-group/links-group.twig index 4eda0cc50..7de452703 100644 --- a/assets/components/molecules/links-group/links-group.twig +++ b/assets/components/molecules/links-group/links-group.twig @@ -1,15 +1,11 @@