Files
fedora-infra_ansible/roles/openshift-apps/noggin/templates/head.html
Aurélien Bompard 7ee6105dc6 Ah, templates within templates.
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-07-21 11:33:46 +02:00

17 lines
302 B
HTML

{% raw %}
<!-- This markup will be inserted at the end of the <head> -->
<!-- Banners -->
<style nonce="{{ csp_nonce() }}">
div.banner {
padding-top: 1em;
background-color: white;
width: auto;
text-align: center;
}
div.banner img {
max-width: 100%;
}
</style>
{% endraw %}