diff --git a/_includes/about_us/team_member.html b/_includes/about_us/team_member.html index b5dfbc9..8ddb0e4 100644 --- a/_includes/about_us/team_member.html +++ b/_includes/about_us/team_member.html @@ -52,7 +52,7 @@
  {{ platform.handle }} -  |  {% endif %} {% endfor %} +  |  {% endif %} {% endfor %}
diff --git a/assets/css/responsive.css b/assets/css/responsive.css index 0df4dde..4d14c75 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -134,6 +134,11 @@ /* Extra small Device. */ @media (max-width: 767px) { + h5.team-member-contacts { + display: flex; + flex-direction: column; + justify-content: left; + } .header-top.blue-bg { padding: 10px 0; } @@ -264,6 +269,21 @@ .title-header > h2 { font-size: 3.8rem; } + .bio-box { + max-width: 100%; + } + h3.team-member-position { + position: absolute; + top: -36px; + margin-left: auto; + margin-right: auto; + left: 0; + right: 0; + text-align: center; + } + .slash { + display: none; + } } /* SM Small Device :550px. */