work + report draft
This commit is contained in:
parent
43fe9aea31
commit
7a70163e76
42 changed files with 228 additions and 19 deletions
2
core/templates/header.html
Executable file → Normal file
2
core/templates/header.html
Executable file → Normal 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue