style: Refine team grid layout and member card styling for improved consistency and responsiveness
This commit is contained in:
+11
-11
@@ -48,10 +48,10 @@
|
||||
|
||||
.team-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
gap: 1.5rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||
gap: 1.25rem;
|
||||
margin-bottom: 2rem;
|
||||
max-width: 1000px;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
.member-card {
|
||||
@@ -81,9 +81,9 @@
|
||||
}
|
||||
|
||||
.member-content {
|
||||
padding: 1.5rem;
|
||||
padding: 1.25rem;
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.member-slot {
|
||||
@@ -98,9 +98,9 @@
|
||||
.member-content h2 {
|
||||
margin: 0;
|
||||
color: #264f56;
|
||||
font-size: clamp(1.25rem, 2vw, 1.5rem);
|
||||
line-height: 1.3;
|
||||
margin-top: 0.25rem;
|
||||
font-size: clamp(1.1rem, 1.8vw, 1.3rem);
|
||||
line-height: 1.2;
|
||||
margin-top: 0.15rem;
|
||||
}
|
||||
|
||||
.member-role {
|
||||
@@ -111,10 +111,10 @@
|
||||
}
|
||||
|
||||
.member-content p:last-child {
|
||||
margin: 0.5rem 0 0 0;
|
||||
margin: 0.35rem 0 0 0;
|
||||
color: #505550;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5;
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.values {
|
||||
|
||||
Reference in New Issue
Block a user