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/css | |
parent | f35bd3400206bf4c1b19050dba99fd3dc5d6edc4 (diff) |
Simplify description
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 48683872..3b90c8cd 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -844,18 +844,14 @@ footer .ui.language .menu { padding-bottom: 80px; } .home .logo { - max-width: 220px; margin-bottom: 20px; } -.home .hero h1, -.home .hero h2 { - font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei'; -} .home .hero h1 { - font-size: 5.5em; + font-size: 4.5em; } .home .hero h2 { - font-size: 3em; + margin-top: 0; + font-size: 2em; } .home .hero .octicon { color: #d9453d; |