improvement: title size

This commit is contained in:
frab1t 2019-07-04 08:16:14 +02:00
parent 0971956b2e
commit 3dc0ce67bd
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ class Card extends Component {
>
<CardBody>
<CardTitle>
<h4 className={headAlign}>
<h5 className={headAlign}>
{this.props.title}
</h4>
</h5>
</CardTitle>
<CardText>
{this.props.subtitle}