From 1002a5b4a1b7d2d2523f1f1d2699a07422d9f7f2 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 12 Sep 2016 22:26:40 -0700 Subject: [PATCH] home styles --- frontend/scenes/Home/Home.js | 5 ++--- frontend/scenes/Home/Home.scss | 12 ++++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/scenes/Home/Home.js b/frontend/scenes/Home/Home.js index 9bc841fc..057b38cf 100644 --- a/frontend/scenes/Home/Home.js +++ b/frontend/scenes/Home/Home.js @@ -27,9 +27,8 @@ export default class Home extends React.Component {
-

Atlas

-

Simple, fast, markdown.

-

We're building a modern wiki for engineering teams.

+

Simple, fast, markdown.

+

We're building a modern wiki for engineering teams.

diff --git a/frontend/scenes/Home/Home.scss b/frontend/scenes/Home/Home.scss index ca656c2a..0aa7fd74 100644 --- a/frontend/scenes/Home/Home.scss +++ b/frontend/scenes/Home/Home.scss @@ -1,5 +1,9 @@ -.intro { - font-size: 1.4em; - line-height: 1.6em; - margin-bottom: 40px; +.title { + font-size: 36px; + margin-bottom: 24px; +} + +.copy { + font-size: 20px; + margin-bottom: 36px; }