From 9ef36fccaa755c438ea8defecaf3a58dd69e3f47 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 1 Mar 2014 20:26:19 -0800 Subject: [PATCH] adjusting the homepage ad width and the button padding. --- docs/assets/css/docs.css | 3 ++- sass/docs.scss | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 62d7c34..b736c57 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -92,7 +92,8 @@ body { } .docs-header .carbonad { left: 50% !important; - margin-left: -165px !important; + width: 300px !important; + margin-left: -150px !important; margin-bottom: 60px !important; } diff --git a/sass/docs.scss b/sass/docs.scss index b5cf57e..4b8b364 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -96,7 +96,8 @@ body { // Ads on the homepage .carbonad { left: 50% !important; - margin-left: -165px !important; + width: 300px !important; + margin-left: -150px !important; margin-bottom: 60px !important; } } @@ -296,7 +297,7 @@ body { .btn { display: block; - padding: 15px 90px 16px; + padding: 15px 75px 16px; font-size: 18px; margin-bottom: 0; color: #0a1855;