From 684b6b182dcd1a7fdf58cbd1b052e5e93664bbac Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 21 Jun 2013 00:55:13 -0700 Subject: [PATCH] website: more centered download link --- website/source/index.html.erb | 27 +++++++++------------ website/source/stylesheets/_components.scss | 27 ++++++++++++--------- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 64e387123..3e9be346c 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -14,18 +14,15 @@
@@ -50,9 +47,9 @@

- Out of the box, Packer comes with support to build images - for the following platforms. Support for additional platforms is - coming and can also be added through plugins. + Out of the box, Packer comes with support to build images + for the following platforms. Support for additional platforms is + coming and can also be added through plugins.

diff --git a/website/source/stylesheets/_components.scss b/website/source/stylesheets/_components.scss index 5b934d269..fdf02fb7b 100644 --- a/website/source/stylesheets/_components.scss +++ b/website/source/stylesheets/_components.scss @@ -14,21 +14,26 @@ @extend .padded-sm; } - .download-arrow { - margin: 5px 30px 0 0; - @include respond-to(mobile) { - margin-left: $baseline; - margin-top: -10px; - margin-right: $baseline; - } + .download-container { + background: url(/images/down_arrow.png) no-repeat top left; + min-height: 73px; + width: 320px; + margin: 0 auto; + padding-left: 100px; } h2 { - margin: 15px auto 0; + font-family: $serif; + font-size: 38px; + color: #7bc6b1; + margin: 0px; + padding: 0px; + padding-top: 7px; + padding-bottom: 3px; line-height: 1.0; - @include respond-to(mobile) { - font-size: 25px; - line-height: (30/25); + + &:hover { + color: $dark-background; } }