diff --git a/dist/app.css b/dist/app.css index b334ee1..3aabf57 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12058,6 +12058,12 @@ section.side-by-side-text { } section.side-by-side-text h2, section.side-by-side-text .h2 { color: #063C5A; + font-size: 70px; + line-height: 70px; + max-width: 595px; +} +section.side-by-side-text .right > * { + padding-left: 2rem; } .team-members .team-members-wrapper { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 2b17d82..d715a89 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=81574914912ab573b38915c439b2d2d0" + "/app.css": "/app.css?id=b181cbc0eaabb48090b1d19123102f35" } diff --git a/src/scss/flex-side-by-side.scss b/src/scss/flex-side-by-side.scss index 8783f71..4adf226 100644 --- a/src/scss/flex-side-by-side.scss +++ b/src/scss/flex-side-by-side.scss @@ -4,5 +4,14 @@ section.side-by-side-text { h2 { @extend .goudy; color: $c-navy; + font-size: 70px; + line-height: 70px; + max-width: 595px; + } + + .right { + & > * { + padding-left: 2rem; + } } } diff --git a/tpl/flex_side_by_side_text.tpl b/tpl/flex_side_by_side_text.tpl index f40a29d..eef86ff 100644 --- a/tpl/flex_side_by_side_text.tpl +++ b/tpl/flex_side_by_side_text.tpl @@ -1,11 +1,11 @@
-
+

{{ large_headline }}

-
+
{{{ content }}}