mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
449 B
37 lines
449 B
.home { |
|
padding-bottom: @footer-margin * 2; |
|
.logo { |
|
margin-bottom: 20px; |
|
} |
|
.hero { |
|
h1 { |
|
font-size: 4.5em; |
|
} |
|
h2 { |
|
margin-top: 0; |
|
font-size: 2em; |
|
} |
|
.octicon { |
|
color: #d9453d; |
|
font-size: 40px; |
|
width: 50px; |
|
} |
|
&.header { |
|
font-size: 20px; |
|
} |
|
} |
|
p.large { |
|
font-size: 16px |
|
} |
|
.stackable { |
|
padding-top: 30px; |
|
} |
|
a { |
|
color: #d9453d; |
|
} |
|
} |
|
|
|
.signup { |
|
padding-top: 15px; |
|
padding-bottom: @footer-margin * 2; |
|
}
|
|
|