blob: 1be1522656a232f171f94e294d1c5194001e6470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{% extends "!layout.html" %}
{%- block extrahead %}
<style>
.navbar-brand img {
height: 75px;
}
.navbar-brand {
height: 75px;
}
</style>
{{ super() }}
{% endblock %}
|