1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-10 05:15:48 +00:00
gitea/web_src/less/_home.less

66 lines
833 B
Plaintext
Raw Normal View History

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