Add the new logo the header

This commit is contained in:
Bat 2018-10-09 15:37:40 +01:00
parent d5ba8864c3
commit 45c31b1c8a
2 changed files with 19 additions and 7 deletions

View file

@ -108,12 +108,21 @@
padding: 0 2em;
font-size: 1em;
}
header nav a.title {
margin: 0;
padding: 0.5em 2em;
font-size: 1.75em;
text-align: center;
}
header nav a.title {
margin: 0;
text-align: center;
padding: 0.5em 1em;
font-size: 1.75em;
}
header nav a.title img {
height: 1.75em;
width: 1.75em;
}
header nav a.title p {
margin: 0;
padding-left: 0.5em;
}
header nav a i { font-size: 1.2em; }
/* Only enable label animations on normal screens. */

View file

@ -17,7 +17,10 @@
</nav>
<div id="content">
<nav>
<a href="/" class="title">{{ "Plume" | _ }}</a>
<a href="/" class="title">
<img src="/static/icons/trwnh/feather/plumeFeather256.png">
<p>{{ "Plume" | _ }}</p>
</a>
<hr/>
{% block header %}
{% endblock header %}