From: Christian Weiske Date: Mon, 27 Mar 2023 19:27:55 +0000 (+0200) Subject: Fix image height in discover X-Git-Url: https://git.cweiske.de/stouyapi.git/commitdiff_plain/48148e7ea1a22aa01629214e19e4656c9af40353 Fix image height in discover --- diff --git a/www/ouya-discover.css b/www/ouya-discover.css index baf3104..64a741f 100644 --- a/www/ouya-discover.css +++ b/www/ouya-discover.css @@ -67,6 +67,7 @@ a { } .tile img { width: 20vw; + height: auto; } h3 { margin: 0;