IE et fix des liens vers les règles..

pull/294/head
Johan Girod 2018-08-01 19:27:08 +02:00 committed by Mael
parent 765b1388c0
commit 56dfe35a3a
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ type Props = Règle & {
}
const RuleLink = ({ lien, nom, colours: { colour }, match, style }: Props) => (
<Link
to={match.path + lien}
to={match.path + '/' + lien}
className="rule-link"
style={{ color: colour, ...style }}>
{capitalise0(nom)}

View File

@ -59,7 +59,8 @@ button {
font-weight: normal;
}
body {
p,
ul {
line-height: 1.7rem;
}