2015-03-07 21:12:13 +01:00
|
|
|
.home {
|
2017-12-31 01:47:52 +01:00
|
|
|
.logo {
|
|
|
|
max-width: 220px;
|
|
|
|
}
|
|
|
|
.hero {
|
|
|
|
h1, h2 {
|
|
|
|
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
h1 {
|
|
|
|
font-size: 3.5em;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
h1 {
|
|
|
|
font-size: 5.5em;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.octicon {
|
|
|
|
color: #5aa509;
|
|
|
|
font-size: 40px;
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
&.header {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p.large {
|
|
|
|
font-size: 16px
|
|
|
|
}
|
|
|
|
.stackable {
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #5aa509;
|
|
|
|
}
|
2015-09-13 15:51:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.signup {
|
2017-12-02 20:48:43 +01:00
|
|
|
padding-top: 15px;
|
2015-12-07 21:20:54 +01:00
|
|
|
}
|
2018-07-26 17:25:41 +02:00
|
|
|
|
|
|
|
footer {
|
|
|
|
.ui.container .left, .ui.container .right {
|
|
|
|
@media only screen and (max-width: 880px) {
|
2019-01-30 01:45:08 +01:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2018-07-26 17:25:41 +02:00
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|