diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index 098dbd5dc..1e1494b5b 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -74,6 +74,10 @@ p.ui__.lead { line-height: 2.5rem; font-weight: 300; } +ul { + list-style: '› '; + padding-left: 1.4rem; +} li { margin: 0.5rem 0; } diff --git a/source/sites/mycompanyinfrance.fr/Landing.css b/source/sites/mycompanyinfrance.fr/Landing.css index ea67f1ee5..d690fe6a1 100644 --- a/source/sites/mycompanyinfrance.fr/Landing.css +++ b/source/sites/mycompanyinfrance.fr/Landing.css @@ -87,7 +87,6 @@ .landing-explanation ul { margin: 0; padding-left: 1rem; - list-style: '› '; } .landing-explanation p { margin-top: 0;