Skip to content

Commit 97d84d3

Browse files
Strawbangclaude
andcommitted
Center founder card content (avatar, name, bio, links)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b89ca43 commit 97d84d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/pages/team.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ const founders = [
172172
padding: 1.75rem;
173173
display: flex;
174174
flex-direction: column;
175+
align-items: center;
176+
text-align: center;
175177
gap: 0.5rem;
176178
flex: 1;
177179
}
@@ -213,7 +215,8 @@ const founders = [
213215

214216
.card-meta {
215217
display: flex;
216-
align-items: baseline;
218+
align-items: center;
219+
justify-content: center;
217220
gap: 0.75rem;
218221
flex-wrap: wrap;
219222
}
@@ -254,6 +257,7 @@ const founders = [
254257
display: flex;
255258
gap: 0.5rem;
256259
flex-wrap: wrap;
260+
justify-content: center;
257261
margin-top: 0.5rem;
258262
}
259263

0 commit comments

Comments
 (0)