bench-forgejo/web_src/less/_home.less

65 lines
1,016 B
Plaintext
Raw Normal View History

2015-03-08 01:42:13 +05:30
.home {
2019-05-13 11:56:32 +05:30
.logo {
max-width: 220px;
}
.hero {
@media only screen and (max-width: 767px) {
h1 {
font-size: 3.5em;
}
h2 {
font-size: 2em;
}
}
2019-05-14 06:24:23 +05:30
2019-05-13 11:56:32 +05:30
@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 {
2019-05-14 06:24:23 +05:30
font-size: 16px;
2019-05-13 11:56:32 +05:30
}
.stackable {
padding-top: 30px;
}
a {
color: #5aa509;
}
}
.signup {
padding-top: 15px;
}
footer {
2019-05-14 06:24:23 +05:30
.ui.container .left,
.ui.container .right {
2019-05-13 11:56:32 +05:30
@media only screen and (max-width: 880px) {
display: block;
text-align: center;
float: none;
}
}
}