Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Commit

Permalink
**Bug**
Browse files Browse the repository at this point in the history
Edge renders the icon for a backer without an image to take up the entire screen.

**Fix**
Add an explicit max-height in css.
  • Loading branch information
mattbierner authored and boneskull committed Nov 13, 2016
1 parent 7f991e0 commit 75548d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ h1 {
transition: opacity .3s;
}

#_backers a img, #_sponsors a img {
max-height: 64px;
}

.onload h1, #_backers.onload a, #_sponsors.onload a {
opacity: 1;
}
Expand Down

0 comments on commit 75548d3

Please sign in to comment.