work + report draft

This commit is contained in:
JMARyA 2024-12-05 13:45:51 +01:00
parent 43fe9aea31
commit 7a70163e76
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
42 changed files with 228 additions and 19 deletions

2
core/templates/header.html Executable file → Normal file
View file

@ -1,4 +1,4 @@
<header class="w-full bg-red-600 text-white py-4 shadow-md">
<header class="w-full bg-red-600 text-white py-4 shadow-md max-h-20 h-full max-h-20">
<div class="max-w-4xl {% if center is None or center %}mx-auto{% endif %} px-4">
<h1 class="text-2xl font-bold {% if center is None or center %}{% else %}ml-5{% endif %}">{{ title }}</h1>
</div>