diff --git a/frontend/scenes/Home/Home.js b/frontend/scenes/Home/Home.js index 9bc841fc3..057b38cf0 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 ca656c2a8..0aa7fd743 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; }