2015-03-08 01:42:13 +05:30
|
|
|
.home {
|
2020-08-26 01:18:53 +05:30
|
|
|
.logo {
|
|
|
|
max-width: 220px;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.hero {
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
h1 {
|
|
|
|
font-size: 3.5em;
|
|
|
|
}
|
2019-05-14 06:24:23 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
h2 {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
h1 {
|
|
|
|
font-size: 5.5em;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
h2 {
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.svg {
|
|
|
|
color: #5aa509;
|
|
|
|
height: 40px;
|
|
|
|
width: 50px;
|
|
|
|
vertical-align: bottom;
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.header {
|
|
|
|
font-size: 20px;
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
p.large {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stackable {
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #5aa509;
|
|
|
|
}
|
2015-09-13 19:21:51 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.signup {
|
2020-08-26 01:18:53 +05:30
|
|
|
padding-top: 15px;
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
|
|
|
|
footer {
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.container .left,
|
|
|
|
.ui.container .right {
|
|
|
|
@media only screen and (max-width: 880px) {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
}
|