Skip to content

Commit 75548d3

Browse files
mattbiernerboneskull
authored andcommitted
**Bug**
Edge renders the icon for a backer without an image to take up the entire screen. **Fix** Add an explicit max-height in css.
1 parent 7f991e0 commit 75548d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ h1 {
3232
transition: opacity .3s;
3333
}
3434

35+
#_backers a img, #_sponsors a img {
36+
max-height: 64px;
37+
}
38+
3539
.onload h1, #_backers.onload a, #_sponsors.onload a {
3640
opacity: 1;
3741
}

0 commit comments

Comments
 (0)