mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
improvement: title size
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user