about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-05-16 12:27:54 -0500
committerPjotr Prins2020-05-16 12:27:54 -0500
commit785830938bb816e9ae66a03e5821f20c3f2b194a (patch)
tree290e066ac226c7910198adfa4961c925c321481d /bh20simplewebuploader/static
parentf1d0f4faa2cc4496f5e0df679db0e716ceeac5b2 (diff)
downloadbh20-seq-resource-785830938bb816e9ae66a03e5821f20c3f2b194a.tar.gz
bh20-seq-resource-785830938bb816e9ae66a03e5821f20c3f2b194a.tar.lz
bh20-seq-resource-785830938bb816e9ae66a03e5821f20c3f2b194a.zip
Change the ugly table of sponsors in a (slightly less) annoying image to size ;)
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css10
1 files changed, 7 insertions, 3 deletions
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 {