aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static/main.css
diff options
context:
space:
mode:
authorPjotr Prins2020-05-20 09:39:59 -0500
committerPjotr Prins2020-05-20 09:39:59 -0500
commit82c64075d7656e8c8f38fb887b86e4e98c81a5a9 (patch)
tree132edb078efcfd3287021df0992c293688ce8d80 /bh20simplewebuploader/static/main.css
parent700fb33d0e9d1d73d184dcee30ea294ba5f021e2 (diff)
parent785830938bb816e9ae66a03e5821f20c3f2b194a (diff)
downloadbh20-seq-resource-82c64075d7656e8c8f38fb887b86e4e98c81a5a9.tar.gz
bh20-seq-resource-82c64075d7656e8c8f38fb887b86e4e98c81a5a9.tar.lz
bh20-seq-resource-82c64075d7656e8c8f38fb887b86e4e98c81a5a9.zip
Merge branch 'master' of github.com:pjotrp/bh20-seq-resource
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-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 {