From 785830938bb816e9ae66a03e5821f20c3f2b194a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 16 May 2020 12:27:54 -0500 Subject: Change the ugly table of sponsors in a (slightly less) annoying image to size ;) --- bh20simplewebuploader/static/main.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bh20simplewebuploader/static') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 1bb9c8e..3b17f73 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -224,16 +224,20 @@ footer { } .sponsors a { - flex-grow: 4; - height: 200px; + // flex-grow: 4; + // height: 200px; margin: 10px; background: white; display: flex; flex-direction: column; justify-content: center; } + +.sponsorimg { +} + .sponsors img { - width: 100%; + width: 150px; } .loader { -- cgit v1.2.3