@nnc-digital/nnc-design-system 0.4.26 → 0.4.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26072,6 +26072,10 @@ const Container$l = styled.main`
26072
26072
  max-width: ${(props) => (props.fullWidthText ? `100%` : '750px')};
26073
26073
  }
26074
26074
 
26075
+ li {
26076
+ margin-bottom: ${(props) => props.theme.theme_vars.spacingSizes.extra_small};
26077
+ }
26078
+
26075
26079
  strong,
26076
26080
  bold {
26077
26081
  font-weight: 700;