Skip to content

Commit b3b23c6

Browse files
resizing featured images (#543)
1 parent 5a69682 commit b3b23c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/bpd.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ img.donation-photo {
489489
}
490490

491491
img.featured-image {
492-
max-height: 20rem;
492+
max-height: 1048px;
493+
max-width: 1866px;
493494
}
494495

495496
ul.speaking-list {

0 commit comments

Comments
 (0)