Skip to content

Commit 833b065

Browse files
Change banner image fit and position styles
1 parent c275661 commit 833b065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ th,td{
8888
.banner img {
8989
width: 100%;
9090
height: 100%;
91-
object-fit: cover;
92-
object-position: top;
91+
object-fit: contain;
92+
object-position: center;
9393
display: block;
9494
}
9595

0 commit comments

Comments
 (0)