diff options
Diffstat (limited to 'public/less/_home.less')
-rw-r--r-- | public/less/_home.less | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/less/_home.less b/public/less/_home.less new file mode 100644 index 0000000000..14517fa9e8 --- /dev/null +++ b/public/less/_home.less @@ -0,0 +1,34 @@ +.home { + padding-bottom: @footer-margin * 2; + .logo { + max-width: 250px; + } + .hero { + h1, h2 { + font-family: 'PT Sans Narrow', sans-serif; + } + h1 { + font-size: 7em; + } + h2 { + font-size: 4em; + } + .octicon { + color: #d9453d; + font-size: 60px; + margin-right: 10px; + } + &.header { + font-size: 24px; + } + } + p.large { + font-size: 20px + } + .stackable { + padding-top: 30px; + } + a { + color: #d9453d; + } +}
\ No newline at end of file |