From 439daa263544d7aa2a311a2e1cc7febbcc3c2ed0 Mon Sep 17 00:00:00 2001 From: Jeff Veit Date: Tue, 5 Sep 2017 17:12:13 +0100 Subject: [PATCH] Final changes for the Use cases on the live site. --- web/themes/custom/yaffs/css/style.css | 4 ++-- web/themes/custom/yaffs/scss/style.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/yaffs/css/style.css b/web/themes/custom/yaffs/css/style.css index 80ff52874..562ef4401 100644 --- a/web/themes/custom/yaffs/css/style.css +++ b/web/themes/custom/yaffs/css/style.css @@ -13661,8 +13661,8 @@ header .smaller { } /* line 279, ../scss/style.scss */ .view-id-use_cases .view-footer h3, .view-id-use .view-footer h3 { - margin-top: 2.2em; - padding-top: 0; + margin-top: 1.7em; + padding-top: 1em; border-top-width: 1px; border-top-style: solid; border-top-color: #cbe4e8; diff --git a/web/themes/custom/yaffs/scss/style.scss b/web/themes/custom/yaffs/scss/style.scss index 7b0ad0928..a778a20ea 100644 --- a/web/themes/custom/yaffs/scss/style.scss +++ b/web/themes/custom/yaffs/scss/style.scss @@ -277,8 +277,8 @@ header { } .view-footer { h3 { - margin-top: 2.2em; - padding-top: 0; + margin-top: 1.7em; + padding-top: 1em; border-top-width: 1px; border-top-style: solid; border-top-color: $yaffs-fade-1; -- 2.30.2