mirror of
https://github.com/safing/web
synced 2025-04-12 23:19:09 +00:00
Update team header layout
This commit is contained in:
parent
80abed9e89
commit
cd3fa53db9
1 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue