FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a9bbfada authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

tweak styling

parent 6ad3cadb
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ export default withStyles(styles)((props: Props) => {
<Typography classes={{ root: classes.count }} variant="h3" component="div">
{ count.toLocaleString() }
</Typography>
<Typography variant="body1" component="div" gutterBottom={!!description}>{ title }</Typography>
<Typography variant="h5" component="h2" gutterBottom={!!description}>{ title }</Typography>
{ description && <Typography variant="body2" color="textSecondary" component="div">{ description }</Typography> }
</div>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment