diff --git a/src/components/ttt-tile/ttt-tile.jsx b/src/components/ttt-tile/ttt-tile.jsx index a09db32b0..778730db2 100644 --- a/src/components/ttt-tile/ttt-tile.jsx +++ b/src/components/ttt-tile/ttt-tile.jsx @@ -19,7 +19,7 @@ const TTTTile = props => ( />
-

{props.title}

+

{props.title}

{props.description}

diff --git a/src/components/ttt-tile/ttt-tile.scss b/src/components/ttt-tile/ttt-tile.scss index f1e95e8cd..65eccabc8 100644 --- a/src/components/ttt-tile/ttt-tile.scss +++ b/src/components/ttt-tile/ttt-tile.scss @@ -104,3 +104,7 @@ height: 1rem; vertical-align: text-bottom; } + +h3 { + font-size: 1em; +} diff --git a/src/views/about/about.jsx b/src/views/about/about.jsx index 79c1339f9..ac146acec 100644 --- a/src/views/about/about.jsx +++ b/src/views/about/about.jsx @@ -46,7 +46,7 @@ const About = () => (