Files
Atay-Makhzan/web_src/less/_home.less
T

66 lines
1.0 KiB
Plaintext
Raw Normal View History

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