diff --git a/team/index.html b/team/index.html index db65d89..3b2e07c 100644 --- a/team/index.html +++ b/team/index.html @@ -3,11 +3,11 @@ title: Team Overview layout: page --- +<div class="header-four-container mt-48"> + <span class="header-four-container-counter">Team</span> + <h1 class="header-four-container-title">Who We Are</h1> +</div> <section class="general-layout"> - <div class="relative mt-48"> - <span style="font-size: 12rem;" class="-mt-24 text-9xl font-bold opacity-5 z-0 ml-0 w-full left-0 text-center absolute overflow-hidden">Team</span> - <h1 class="text-5xl tracking-tight font-bold py-10 text-center">Who We Are</h1> - </div> <div class="space-y-28"> <div class="space-y-40"> {% for member in site.data.team.members %}