diff --git a/dist/app.css b/dist/app.css index 8135044..2514334 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12037,6 +12037,20 @@ a { font-family: "Goudy Bookletter 1911", serif; } +.cta-button { + margin-bottom: 0; +} +.cta-button a { + background-color: #063C5A; + color: #fff; + display: inline-block; + height: 52px; + width: 360px; + max-width: 100%; + border-radius: 42px; + text-align: center; +} + .intro_block, .team-member-top, .team-members-top { background-size: cover; background-position: center center; @@ -12140,11 +12154,14 @@ section.flex-5050-cta .overflow-image { left: 50%; width: 50%; height: calc(100% - 10rem); + background-position: center; + background-size: cover; } section.flex-5050-cta h2, section.flex-5050-cta .h2 { color: #063C5A; font-size: 70px; line-height: 70px; + margin-bottom: 3rem; } .team-members .team-members-wrapper { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index a449955..8927c64 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", - "/app.css": "/app.css?id=a82629ba0b554907ceac3e071e456500" + "/app.css": "/app.css?id=fae5d262487b5908ed0801126042eb22" } diff --git a/src/scss/flex-5050-cta.scss b/src/scss/flex-5050-cta.scss index c452943..368ee1c 100644 --- a/src/scss/flex-5050-cta.scss +++ b/src/scss/flex-5050-cta.scss @@ -8,6 +8,8 @@ section.flex-5050-cta { left: 50%; width: 50%; height: calc(100% - 10rem); + background-position: center; + background-size: cover; } h2 { @@ -15,5 +17,6 @@ section.flex-5050-cta { color: $c-navy; font-size: 70px; line-height: 70px; + margin-bottom: 3rem; } } diff --git a/src/scss/global.scss b/src/scss/global.scss index ed87e91..085d20a 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -9,3 +9,17 @@ a { .goudy { font-family: 'Goudy Bookletter 1911', serif; } + +.cta-button { + margin-bottom: 0; + a { + background-color: $c-navy; + color: $c-white; + display: inline-block; + height: 52px; + width: 360px; + max-width: 100%; + border-radius: 42px; + text-align: center; + } +} diff --git a/tpl/flex_5050_cta.tpl b/tpl/flex_5050_cta.tpl index f7482c1..3b29e70 100644 --- a/tpl/flex_5050_cta.tpl +++ b/tpl/flex_5050_cta.tpl @@ -7,7 +7,7 @@ {{{ content }}} {{#if button_target}} -
{{/if}}