diff --git a/client/Layout.js b/client/Layout.js index e9c2bda..a3655f3 100644 --- a/client/Layout.js +++ b/client/Layout.js @@ -61,29 +61,36 @@ class Layout extends React.Component { return (
-
-

unpkg

- -
+
+
+

unpkg

+ +
+
{this.props.children} +
+ +
) } diff --git a/client/index.css b/client/index.css index 4500418..c8bf606 100644 --- a/client/index.css +++ b/client/index.css @@ -1,4 +1,4 @@ -body { +body { font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, @@ -62,7 +62,7 @@ table th, table td { color: #999; } -header, .wrapper { +.wrapper { max-width: 600px; margin: 0 auto; } @@ -125,3 +125,10 @@ header nav a:visited { .about-logo img { max-width: 60%; } + +footer { + margin-top: 40px; + border-top: 1px solid black; + font-size: 0.8em; + text-align: right; +}