diff --git a/src/pages/games/mahjong.js b/src/pages/games/mahjong.js
index 1d87a44..b15621e 100644
--- a/src/pages/games/mahjong.js
+++ b/src/pages/games/mahjong.js
@@ -1,6 +1,8 @@
import PropTypes from 'prop-types';
import { graphql } from 'gatsby';
import { Container, Row, Col } from 'react-bootstrap';
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
+import { faGameBoard } from '@fortawesome/pro-solid-svg-icons';
import Layout from 'components/layout';
import MahjongBoard from 'components/mahjong/board';
@@ -13,7 +15,9 @@ export default function MahjongPage({ data }) {
-
Mahjong
+
+ Mahjong
+
diff --git a/src/pages/utilities/scale-converter.js b/src/pages/utilities/scale-converter.js
index 0d2a65e..53d4974 100644
--- a/src/pages/utilities/scale-converter.js
+++ b/src/pages/utilities/scale-converter.js
@@ -1,5 +1,8 @@
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
-import { faArrowRightLong } from '@fortawesome/free-solid-svg-icons';
+import {
+ faArrowRightLong,
+ faMaximize
+} from '@fortawesome/free-solid-svg-icons';
import {
Button,
Card,
@@ -41,87 +44,104 @@ export default function ScaleConverterPage() {
description="Convert between units using a scaling factor/ratio."
>
-
Convert
-
- Specify a scale, then enter one or more expressions. Each expression
- will be scaled appropriately. If you enter an expression such as
- "100 mm in ft," the scaled value will be converted into the
- target unit.
-
-
-
-
- Scale
-
-
+
+ Specify a scale, then enter one or more expressions. Each
+ expression will be scaled appropriately. If you enter an
+ expression such as "100 mm in ft," the scaled value will
+ be converted into the target unit.
+
+
+
+
+