mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 08:39:57 -05:00
use svg logo format
This commit is contained in:
parent
ce80bc7816
commit
898d6f3c1f
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
8
static/logo.svg
Normal file
8
static/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 143 KiB |
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user