Fix a font weight in the CSS.
This commit is contained in:
parent
3c3b4910e4
commit
2f54b1960e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ section p {
|
||||||
}
|
}
|
||||||
|
|
||||||
section strong {
|
section strong {
|
||||||
font-weight: 700;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
section p.stand-out {
|
section p.stand-out {
|
||||||
|
|
Loading…
Reference in a new issue