diff --git a/source/components/RuleLink.js b/source/components/RuleLink.js index 69484ac17..8db0c3a7f 100644 --- a/source/components/RuleLink.js +++ b/source/components/RuleLink.js @@ -15,7 +15,7 @@ type Props = Règle & { } const RuleLink = ({ lien, nom, colours: { colour }, match, style }: Props) => ( {capitalise0(nom)} diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index 0df779102..ccfb9366a 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -59,7 +59,8 @@ button { font-weight: normal; } -body { +p, +ul { line-height: 1.7rem; }