Make the strong tag actually display bold text
This commit is contained in:
parent
58bb65a848
commit
bcc8678548
|
@ -37,4 +37,8 @@ footer {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
}
|
Loading…
Reference in New Issue