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

@ -110,10 +110,19 @@
} }
header nav a.title { header nav a.title {
margin: 0; margin: 0;
padding: 0.5em 2em;
font-size: 1.75em;
text-align: center; 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; } header nav a i { font-size: 1.2em; }
/* Only enable label animations on normal screens. */ /* Only enable label animations on normal screens. */

View File

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