diff options
author | Pjotr Prins | 2020-05-23 07:48:46 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-23 07:48:46 -0500 |
commit | cb38f793979e2dc52d84688bda5f68a23cc95ed9 (patch) | |
tree | 5614715404504241b33515ab43572d8cef3035d2 | |
parent | 4e26ea90b014f8e0d5427bdab3446fbe7e43337a (diff) | |
download | bh20-seq-resource-cb38f793979e2dc52d84688bda5f68a23cc95ed9.tar.gz bh20-seq-resource-cb38f793979e2dc52d84688bda5f68a23cc95ed9.tar.lz bh20-seq-resource-cb38f793979e2dc52d84688bda5f68a23cc95ed9.zip |
Site: stack images and update Arvados logo
-rw-r--r-- | bh20simplewebuploader/static/image/arvados-logo.png | bin | 9514 -> 103207 bytes | |||
-rw-r--r-- | bh20simplewebuploader/static/main.css | 11 |
2 files changed, 6 insertions, 5 deletions
diff --git a/bh20simplewebuploader/static/image/arvados-logo.png b/bh20simplewebuploader/static/image/arvados-logo.png Binary files differindex fdbd88e..0d1c313 100644 --- a/bh20simplewebuploader/static/image/arvados-logo.png +++ b/bh20simplewebuploader/static/image/arvados-logo.png diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index d8e44b5..a2972e6 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -279,17 +279,16 @@ footer { .sponsors { width: inherit; - display: flex; + display: inline-block; flex-direction: row; - flex-wrap: wrap; justify-content: space-evenly; align-content: space-evenly; } .sponsors a { // flex-grow: 4; - // height: 200px; - margin: 10px; + // height: 50px; + // margin: 10px; background: white; display: flex; flex-direction: column; @@ -300,7 +299,9 @@ footer { } .sponsors img { - width: 150px; + width: 80%; + display:block; + margin:auto; } .loader { |