Make the strong tag actually display bold text

This commit is contained in:
Petko Bordjukov 2015-09-12 13:47:17 +03:00
parent 58bb65a848
commit bcc8678548
1 changed files with 4 additions and 0 deletions

View File

@ -38,3 +38,7 @@ footer {
}
}
strong {
font-weight: 600;
}