diff options
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; |