2015-03-07 15:12:13 -05:00
|
|
|
.home {
|
2015-08-20 08:18:49 -04:00
|
|
|
padding-bottom: @footer-margin * 2;
|
2015-03-07 15:12:13 -05:00
|
|
|
.logo {
|
2015-09-16 15:34:46 -04:00
|
|
|
max-width: 220px;
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
.hero {
|
|
|
|
h1, h2 {
|
2015-09-16 15:34:46 -04:00
|
|
|
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
h1 {
|
2015-09-16 15:34:46 -04:00
|
|
|
font-size: 5.5em;
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
h2 {
|
2015-09-16 15:34:46 -04:00
|
|
|
font-size: 3em;
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
.octicon {
|
2016-11-10 19:50:31 -05:00
|
|
|
color: #5aa509;
|
2015-12-07 15:20:54 -05:00
|
|
|
font-size: 40px;
|
|
|
|
width: 50px;
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
&.header {
|
2015-09-16 15:34:46 -04:00
|
|
|
font-size: 20px;
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
p.large {
|
2015-09-16 15:34:46 -04:00
|
|
|
font-size: 16px
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
|
|
|
.stackable {
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
a {
|
2016-11-10 19:50:31 -05:00
|
|
|
color: #5aa509;
|
2015-03-07 15:12:13 -05:00
|
|
|
}
|
2015-09-13 09:51:51 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.signup {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: @footer-margin * 2;
|
2015-12-07 15:20:54 -05:00
|
|
|
}
|