This commit is contained in:
2025-05-07 10:06:17 -07:00
parent 6c45e89143
commit 079cbd2123
5 changed files with 27 additions and 155 deletions

146
dist/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.js": "/app.js?id=b67bc96577b10fd35ad9830af3a931d6",
"/app.css": "/app.css?id=e433c9af688d3f0ec1984ce32a154ea6"
}

View File

@@ -5,5 +5,7 @@
@import "global";
@import "flex-intro-block";
@import "team-members";
@import "team-member";

View File

@@ -0,0 +1,17 @@
.intro_block {
background-size: cover;
background-position: center center;
color: $c-white;
height: 784px;
display: flex;
justify-content: center;
align-items: center;
h1 {
margin: 0;
font-size: 96px;
line-height: 96px;
text-align: center;
}
}

View File

@@ -1,18 +1,5 @@
.team-member-top {
background-size: cover;
background-position: center center;
color: $c-white;
height: 784px;
display: flex;
justify-content: center;
align-items: center;
h1 {
margin: 0;
font-size: 96px;
line-height: 96px;
text-align: center;
}
@extend .intro_block;
}
.team-member {