From 5d96848c8cffeee253940c566aae494f0f970599 Mon Sep 17 00:00:00 2001 From: iou1name Date: Wed, 17 Jun 2020 07:17:16 -0400 Subject: [PATCH] add logo --- static/scorch.css | 7 +++++++ static/scorch.svg | 15 +++++++++++++++ templates/index.html | 1 + 3 files changed, 23 insertions(+) create mode 100644 static/scorch.svg diff --git a/static/scorch.css b/static/scorch.css index 5a434e8..6ee7f9d 100644 --- a/static/scorch.css +++ b/static/scorch.css @@ -25,6 +25,13 @@ main { #header { grid-area: h; + display: flex; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +#logo { + height: 5em; } .list { diff --git a/static/scorch.svg b/static/scorch.svg new file mode 100644 index 0000000..c72e034 --- /dev/null +++ b/static/scorch.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/templates/index.html b/templates/index.html index aa5e9c6..5439a6d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,7 @@