From f70b545b23b4c08e430abf110ee8e9e532c76445 Mon Sep 17 00:00:00 2001 From: Nicholas Kolba Date: Wed, 4 Dec 2019 11:29:28 -0500 Subject: [PATCH] fixed CTA style issues, tightened up the CTA copy --- website/pages/en/index.js | 10 +++++----- website/static/css/custom.css | 8 ++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index bfa969c9b..ce9616008 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -140,16 +140,16 @@ class Index extends React.Component { const FeatureCallout = () => (
-
+
FDC3 Survey
-
+

As we approach the end of the first year of the FDC3 1.0 standards, FINOS would like to get your feedback on how well FDC3 - - both the project community and the technical standard - - is doing addressing the needs of financial organizations, and how we can better help and support both companies adopting FDC3, - as well as contributors involved in building out and further developing the specification.

+ - both the community and the standard - + is addressing the needs of financial organizations. With your feedback, we can better help and support companies adopting FDC3, + as well as contributors to the specification.

Fill Out The Survey Here!

diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 3e0a37a2d..bd782f36a 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -130,6 +130,7 @@ body { .featureShowcaseSection .logos img { width: 200px; + } .featureShowcaseSection h2{ @@ -141,6 +142,13 @@ body { background-color: #F7F7F7; /* CHANGE THIS TO PRIMARY PROJECT COLOR */ padding-top: 10px; padding-bottom: 40px; + display: inline-flex; + flex-wrap: nowrap; +} + +.CTA-image { + width: 200px; + flex: none; } .productShowcaseSection h2{