This commit is contained in:
William Bouzourène 2024-12-31 16:53:26 +01:00
parent dc53f92d88
commit 8b076fb031
4 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

BIN
static/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View file

@ -1,6 +1,6 @@
img#header-logo { img#header-logo {
width: 60px; width: 89px;
height: 30px; height: 35px;
} }
#login-card { #login-card {

View file

@ -4,10 +4,9 @@
<img <img
id="header-logo" id="header-logo"
class="me-1" class="me-1"
src="/static/images/logo.jpg" src="/static/images/logo.png"
alt="Logo" alt="Logo"
> >
Camarades
</a> </a>
{% if Globals.LoggedIn %} {% if Globals.LoggedIn %}