Skip to content

Commit 94bbeee

Browse files
committed
people page: make all images same height
1 parent 628c624 commit 94bbeee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/serg.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ h3 {
9292
max-width: 12rem;
9393
}
9494

95+
.card-img-top {
96+
max-height: 190px;
97+
min-height: 190px;
98+
object-fit: cover;
99+
}
100+
95101
.card-body {
96102
padding: 0.25rem;
97103
}

0 commit comments

Comments
 (0)