From f27227a81a2f7465cb6227730bd5ecbd5ac618bc Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Tue, 17 Dec 2019 15:13:54 +0100 Subject: [PATCH] Tweak kickstarter banner --- _includes/new/header.html | 2 +- _sass/new/header.scss | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/_includes/new/header.html b/_includes/new/header.html index e24adb0..84fe620 100644 --- a/_includes/new/header.html +++ b/_includes/new/header.html @@ -29,4 +29,4 @@ or subscribe to our newsletter - \ No newline at end of file + diff --git a/_sass/new/header.scss b/_sass/new/header.scss index c62ebc4..d87887b 100644 --- a/_sass/new/header.scss +++ b/_sass/new/header.scss @@ -75,20 +75,19 @@ header .h-l-v video{ } .kickstarter{ - color: white; + color: white; background-color: #05ce78; display: flex; border: 0; padding: 10px 25px; - border-radius: 0px 0px 10px 10px; - margin-top: -0.25rem; + border-radius: 0px 0px 10px 10px; + margin-top: -0.25rem; } .kickstarter div{ - width: 50%; - height: auto; - margin: 0 auto; - display: flex; + height: auto; + margin: 0 auto; + display: flex; } .kickstarter img{