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