From 1c7ae3cc4a9261a6e0563c0b84cdecb40051cc03 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Sun, 26 Jul 2020 18:04:11 +0200 Subject: added thumbnail and big poster in the footer --- .../BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf | Bin 0 -> 2971149 bytes .../BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png | Bin 0 -> 160370 bytes bh20simplewebuploader/static/main.css | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf create mode 100644 bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png (limited to 'bh20simplewebuploader/static') diff --git a/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf new file mode 100644 index 0000000..7da8cd6 Binary files /dev/null and b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf differ diff --git a/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png new file mode 100644 index 0000000..eae2721 Binary files /dev/null and b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png differ diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index bdcc0bc..7c33d9c 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -177,7 +177,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } .about { display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr; grid-auto-flow: row; } -- cgit v1.2.3