#1646 and other minor fixes
This commit is contained in:
parent
b003b18788
commit
2729eb998c
12 changed files with 10071 additions and 321 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,29 +1,29 @@
|
|||
.home {
|
||||
padding-bottom: @footer-margin * 2;
|
||||
.logo {
|
||||
max-width: 250px;
|
||||
max-width: 220px;
|
||||
}
|
||||
.hero {
|
||||
h1, h2 {
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
|
||||
}
|
||||
h1 {
|
||||
font-size: 7em;
|
||||
font-size: 5.5em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 4em;
|
||||
font-size: 3em;
|
||||
}
|
||||
.octicon {
|
||||
color: #d9453d;
|
||||
font-size: 60px;
|
||||
margin-right: 10px;
|
||||
font-size: 40px;
|
||||
width: 50px;
|
||||
}
|
||||
&.header {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
p.large {
|
||||
font-size: 20px
|
||||
font-size: 16px
|
||||
}
|
||||
.stackable {
|
||||
padding-top: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue