use svg logo format

This commit is contained in:
Jfriedli 2021-03-21 17:11:06 +01:00
parent ce80bc7816
commit 898d6f3c1f
3 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

8
static/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -34,7 +34,7 @@
<body class="flex flex-col h-screen justify-between"> <body class="flex flex-col h-screen justify-between">
<header class="h-20 w-full bg-blue-light my-0 flex justify-center"> <header class="h-20 w-full bg-blue-light my-0 flex justify-center">
<a href='.' class="mt-8"> <a href='.' class="mt-8">
<img class='max-h-28' src="{{ url_for('static', filename='logo.png') }}" alt="mat2 logo" /> <img class='max-h-28' src="{{ url_for('static', filename='logo.svg') }}" alt="Mat2 logo" />
</a> </a>
</header> </header>