From 4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 7 Mar 2015 15:12:13 -0500 Subject: home: new UI --- public/less/_home.less | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 public/less/_home.less (limited to 'public/less/_home.less') 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 -- cgit v1.2.3