From 869e448dd33e711bfbddd7ea77478af5e49ed01e Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 27 Dec 2018 17:23:51 -0800 Subject: [PATCH] bundle everything --- dist/index.html | 1 - dist/site.css | 1 - index.html | 7 +------ site.css | 29 +++++++++++++++++++++-------- src/components/root.tsx | 4 ++-- webpack.config.js | 9 --------- 6 files changed, 24 insertions(+), 27 deletions(-) delete mode 120000 dist/index.html delete mode 120000 dist/site.css diff --git a/dist/index.html b/dist/index.html deleted file mode 120000 index 79c5d6f..0000000 --- a/dist/index.html +++ /dev/null @@ -1 +0,0 @@ -../index.html \ No newline at end of file diff --git a/dist/site.css b/dist/site.css deleted file mode 120000 index bfbe74d..0000000 --- a/dist/site.css +++ /dev/null @@ -1 +0,0 @@ -../site.css \ No newline at end of file diff --git a/index.html b/index.html index c035627..8db4df7 100644 --- a/index.html +++ b/index.html @@ -7,12 +7,7 @@ -
- -
- - - +
diff --git a/site.css b/site.css index 6f3c2be..e72cf7b 100644 --- a/site.css +++ b/site.css @@ -2,26 +2,39 @@ html, body { background-color: #fff; color: #335; - font-family: sans-serif; + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; margin: 0; padding: 0; } -hr { - border: 1px solid #eef; - width: 100%; -} - div { box-sizing: border-box; } h1 { color: #69c; - font-size: 2em; - margin: 1em; + font-size: 45px; + font-weight: normal; + line-height: 60px; + margin-bottom: 0; + margin-left: 30px; + margin-right: 30px; + margin-top: 30px; } +h2 { + color: #666; + font-size: 20px; + font-weight: normal; + line-height: 30px; + margin-bottom: 30px; + margin-left: 30px; + margin-right: 30px; + margin-top: 0px; + border-bottom: 1px solid #eef; +} + + .Grid-row { margin: 0; padding: 0; diff --git a/src/components/root.tsx b/src/components/root.tsx index 57fda16..a9eebdd 100644 --- a/src/components/root.tsx +++ b/src/components/root.tsx @@ -37,9 +37,9 @@ export class Root extends React.PureComponent { render() { return
-

Ski

-
{ this._bigPicture() } +

Ski

+

CMH Galena