1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-04 18:35:47 +00:00
gitea/public/less/_home.less

34 lines
425 B
Plaintext
Raw Normal View History

2015-03-07 20:12:13 +00:00
.home {
2015-08-20 12:18:49 +00:00
padding-bottom: @footer-margin * 2;
2015-03-07 20:12:13 +00:00
.logo {
max-width: 250px;
}
.hero {
h1, h2 {
font-family: 'PT Sans Narrow', sans-serif;
}
h1 {
font-size: 7em;
}
h2 {
font-size: 4em;
}
.octicon {
color: #d9453d;
font-size: 60px;
margin-right: 10px;
}
&.header {
font-size: 24px;
}
}
p.large {
font-size: 20px
}
.stackable {
padding-top: 30px;
}
a {
color: #d9453d;
}
}