diff --git a/dist/app.css b/dist/app.css index fced465..e0aa304 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12116,6 +12116,11 @@ a { } .team-member .bio-wrapper .right { padding-top: 4rem; + padding-right: 2rem; + padding-bottom: 8rem; +} +.team-member .bio-wrapper .right strong { + color: #063C5A; } .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 { font-size: 50px; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 44c724c..3468e9f 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=7742f2319a0bec5b56ef6194c7f03b1c" + "/app.css": "/app.css?id=e433c9af688d3f0ec1984ce32a154ea6" } diff --git a/src/scss/team-member.scss b/src/scss/team-member.scss index cff756b..463ca8e 100644 --- a/src/scss/team-member.scss +++ b/src/scss/team-member.scss @@ -68,6 +68,12 @@ .right { padding-top: 4rem; + padding-right: 2rem; + padding-bottom: 8rem; + + strong { + color: $c-navy; + } h2 { @extend .goudy;