From a171fc2164d300ad9d200d112a196db464b26814 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 15 Aug 2021 23:15:55 +0200 Subject: [PATCH] Make sponsor logos smaller --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 84c3db9..4b8a706 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -126,8 +126,7 @@ div.row video { } img.sponsorslogo { - max-width: 300px; - max-height: 130px; + height: 60px; padding-left: 20px; float: left; } -- GitLab