diff options
author | Unknwon <u@gogs.io> | 2017-02-15 22:29:31 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-15 22:29:31 -0500 |
commit | 3137665e6eb2626e7f05b083ce14bbbcd78f41b3 (patch) | |
tree | e69b138ff0062b4799cbced91012e1859108b99f /public/less | |
parent | f35bd3400206bf4c1b19050dba99fd3dc5d6edc4 (diff) |
Simplify description
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_home.less | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/public/less/_home.less b/public/less/_home.less index 55a5d956..4694d96d 100644 --- a/public/less/_home.less +++ b/public/less/_home.less @@ -1,18 +1,15 @@ .home { padding-bottom: @footer-margin * 2; .logo { - max-width: 220px; margin-bottom: 20px; } .hero { - h1, h2 { - font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei'; - } h1 { - font-size: 5.5em; + font-size: 4.5em; } h2 { - font-size: 3em; + margin-top: 0; + font-size: 2em; } .octicon { color: #d9453d; |