diff --git a/server/static/logo.png b/server/static/logo.png new file mode 100644 index 0000000..ca79c30 Binary files /dev/null and b/server/static/logo.png differ diff --git a/server/static/style.css b/server/static/style.css index 2e26b34..5b127ba 100644 --- a/server/static/style.css +++ b/server/static/style.css @@ -6,6 +6,10 @@ body { font-weight: 600; } +.navbar-brand img { + vertical-align: middle; +} + .card { border-radius: 0.75rem; border: 0; diff --git a/server/templates/base.html b/server/templates/base.html index 4bd4099..ae0935c 100644 --- a/server/templates/base.html +++ b/server/templates/base.html @@ -15,7 +15,9 @@