From cb541e75df363bc16dce5ac0247ae2c26d4e2176 Mon Sep 17 00:00:00 2001 From: scotty Date: Thu, 3 Mar 2016 14:23:48 -0800 Subject: [PATCH] footer fixes, hellonode --- _layouts/home.html | 4 ++-- _sass/_base.sass | 6 +++--- _sass/_desktop.sass | 9 +++------ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 9842e700ff..605b8a6ff2 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -17,7 +17,7 @@
@@ -69,7 +69,7 @@

Accelerate Your Development

Manage a cluster of containers as a single system to simplify operations
- 5 Minute Quick Start + 5 Minute Quick Start
Join the growing community already using Kubernetes
diff --git a/_sass/_base.sass b/_sass/_base.sass index 496abdc510..dcadfd8140 100644 --- a/_sass/_base.sass +++ b/_sass/_base.sass @@ -254,7 +254,7 @@ footer background-color: $dark-grey main - padding: 40px 0 + padding: 20px 0 nav a @@ -269,7 +269,7 @@ footer .social position: relative - margin: 80px 0 60px + margin: 20px 0 label float: right @@ -305,7 +305,7 @@ footer width: 50px height: 50px border-radius: 5px - margin-right: 30px + margin-right: 10px &:hover background-color: #fff diff --git a/_sass/_desktop.sass b/_sass/_desktop.sass index 3f5838baea..fd2e5018cc 100644 --- a/_sass/_desktop.sass +++ b/_sass/_desktop.sass @@ -10,12 +10,9 @@ $video-section-height: 550px #docsContent width: calc(100% - 400px) - - - #home - section, header, footer - main - max-width: $main-max-width + section, header, footer + main + max-width: $main-max-width #oceanNodes main