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

View File

@ -37,4 +37,8 @@ footer {
margin: 0;
}
}
strong {
font-weight: 600;
}