diff --git a/css/style.css b/css/style.css index a3caa3d..4df465e 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }