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>
|
<CardBody>
|
||||||
<CardTitle>
|
<CardTitle>
|
||||||
<h4 className={headAlign}>
|
<h5 className={headAlign}>
|
||||||
{this.props.title}
|
{this.props.title}
|
||||||
</h4>
|
</h5>
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<CardText>
|
<CardText>
|
||||||
{this.props.subtitle}
|
{this.props.subtitle}
|
||||||
|
Reference in New Issue
Block a user