cliquable header, goto index

This commit is contained in:
jrk 2024-04-29 19:06:30 +02:00
parent 0f93c7bc60
commit f5f0ffbdc8
2 changed files with 11 additions and 2 deletions

View File

@ -71,6 +71,13 @@ header .logo {
align-items: center;
}
header .logo a {
color: inherit;
display: flex;
justify-content: center;
align-items: center;
}
header .logo img {
width: 32px;
height: 32px;

View File

@ -40,8 +40,10 @@
{% if not fleet_mode %}
<header>
<h1 class="logo">
<a href="{{ url_for('slideshow_slide_list') }}">
<img src="{{ STATIC_PREFIX }}img/logo.png" />
Obscreen
</a>
</h1>
<nav>
<ul>