This commit is contained in:
2025-05-06 11:25:00 -07:00
parent 4854af2b77
commit d50cd7d6c0
3 changed files with 8 additions and 1 deletions

3
dist/app.css vendored
View File

@@ -11989,3 +11989,6 @@ img {
max-width: 593px;
padding: 1rem;
}
.team-members .team-members-wrapper .team-member .left {
width: calc(33% - 0.5rem);
}

View File

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

View File

@@ -13,6 +13,10 @@
border-radius: 10px;
max-width: 593px;
padding: 1rem;
.left {
width: calc(33% - 0.5rem);
}
}
}
}