diff --git a/dist/app.css b/dist/app.css index 2e6fa68..5765275 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12033,7 +12033,7 @@ a { text-decoration: none; } -.goudy { +.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 { font-family: "Goudy Bookletter 1911", serif; } @@ -12074,9 +12074,6 @@ a { .team-member .content-wrapper { background-color: #F9F8F8; } -.team-member .content-wrapper .left a { - display: block; -} .team-member .team-member-intro-bar { background-color: #063C5A; color: #fff; @@ -12105,3 +12102,14 @@ a { display: block; border-right: 160px solid #B9AF78; } +.team-member .bio-wrapper { + padding: 2rem; +} +.team-member .bio-wrapper .left a { + display: block; +} +.team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 { + font-size: 50px; + line-height: 32px; + color: #063C5A; +} diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 7b58d32..f7ea856 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=ce92d1d56513e8e1e7a70407817c3af8" + "/app.css": "/app.css?id=c795e73b22c069e05c8bd51ac9515edf" } diff --git a/src/scss/team-member.scss b/src/scss/team-member.scss index 3ef3028..c466ae2 100644 --- a/src/scss/team-member.scss +++ b/src/scss/team-member.scss @@ -17,12 +17,6 @@ .content-wrapper { background-color: $c-offWhiteLight; - - .left { - a { - display: block; - } - } } .team-member-intro-bar { @@ -58,4 +52,22 @@ border-right: 160px solid $c-tan; } } + + .bio-wrapper { + padding: 2rem; + .left { + a { + display: block; + } + } + + .right { + h2 { + @extend .goudy; + font-size: 50px; + line-height: 32px; + color: $c-navy; + } + } + } } diff --git a/tpl/team-member.tpl b/tpl/team-member.tpl index 05d4709..f4d2ee6 100644 --- a/tpl/team-member.tpl +++ b/tpl/team-member.tpl @@ -25,7 +25,7 @@ -
+
{{#if linkedin_url}} Follow me on LinkedIn