summaryrefslogtreecommitdiffstats
path: root/public/less/_home.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-16 15:34:46 -0400
committerUnknwon <u@gogs.io>2015-09-16 15:34:46 -0400
commit2729eb998c8f18c2445269009b18048e0b2f4742 (patch)
treeabfbb572e6f5a5e6c536365ab02b80627fae0d00 /public/less/_home.less
parentb003b187883ea50c10b709ca97c26ecf1d9631bb (diff)
downloadgitea-2729eb998c8f18c2445269009b18048e0b2f4742.tar.gz
gitea-2729eb998c8f18c2445269009b18048e0b2f4742.zip
#1646 and other minor fixes
Diffstat (limited to 'public/less/_home.less')
-rw-r--r--public/less/_home.less16
1 files changed, 8 insertions, 8 deletions
diff --git a/public/less/_home.less b/public/less/_home.less
index 90d74ad3ea..2a105ceb1f 100644
--- a/public/less/_home.less
+++ b/public/less/_home.less
@@ -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;