File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ section:last-child::after {
625625
626626.person ,
627627.collaborator {
628- width : 280 px ;
628+ width : 300 px ;
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 : 400 px ;
648+ width : 450 px ;
649649}
650650
651651.phd .person {
652- width : 400 px ;
652+ width : 450 px ;
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 , 280 px );
710+ grid-template-columns : repeat (3 , 300 px );
711711 gap : 16px ;
712712 justify-content : center ;
713713}
714714
715715.faculty .person-grid {
716- grid-template-columns : repeat (2 , 400 px );
716+ grid-template-columns : repeat (2 , 450 px );
717717 gap : 18px ;
718718}
719719
720720.phd .person-grid {
721- grid-template-columns : repeat (2 , 400 px );
721+ grid-template-columns : repeat (2 , 450 px );
722722 gap : 18px ;
723723 justify-content : center ;
724724
You can’t perform that action at this time.
0 commit comments