PNG logo
This commit is contained in:
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
BIN
static/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
img#header-logo {
|
img#header-logo {
|
||||||
width: 60px;
|
width: 89px;
|
||||||
height: 30px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login-card {
|
#login-card {
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue