Skip to content

Commit 7f7299e

Browse files
committed
people page standardized width
1 parent 64d03c8 commit 7f7299e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_sass/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ section:last-child::after {
625625

626626
.person,
627627
.collaborator {
628-
width: 280px;
628+
width: 300px;
629629
box-sizing: border-box;
630630
display: flex;
631631
flex-direction: column;
@@ -645,11 +645,11 @@ section:last-child::after {
645645
}
646646

647647
.faculty .person {
648-
width: 400px;
648+
width: 450px;
649649
}
650650

651651
.phd .person {
652-
width: 400px;
652+
width: 450px;
653653
}
654654

655655
.profile-pic {
@@ -707,18 +707,18 @@ section:last-child::after {
707707

708708
.person-grid {
709709
display: grid;
710-
grid-template-columns: repeat(3, 280px);
710+
grid-template-columns: repeat(3, 300px);
711711
gap: 16px;
712712
justify-content: center;
713713
}
714714

715715
.faculty .person-grid {
716-
grid-template-columns: repeat(2, 400px);
716+
grid-template-columns: repeat(2, 450px);
717717
gap: 18px;
718718
}
719719

720720
.phd .person-grid {
721-
grid-template-columns: repeat(2, 400px);
721+
grid-template-columns: repeat(2, 450px);
722722
gap: 18px;
723723
justify-content: center;
724724

0 commit comments

Comments
 (0)