home styles
This commit is contained in:
@ -27,9 +27,8 @@ export default class Home extends React.Component {
|
||||
<Layout>
|
||||
<CenteredContent>
|
||||
<div className={ styles.intro }>
|
||||
<h1>Atlas</h1>
|
||||
<p>Simple, fast, markdown.</p>
|
||||
<p>We're building a modern wiki for engineering teams.</p>
|
||||
<h1 className={ styles.title }>Simple, fast, markdown.</h1>
|
||||
<p className={ styles.copy }>We're building a modern wiki for engineering teams.</p>
|
||||
</div>
|
||||
<div className={ styles.action }>
|
||||
<SlackAuthLink>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user