Refactor footer context generation and enhance chart image styling for improved layout

This commit is contained in:
bolade
2025-09-26 22:32:39 +01:00
parent 894fbbcee3
commit 604ef375aa
4 changed files with 37 additions and 26 deletions
+4 -2
View File
@@ -25,11 +25,13 @@
</div>
<div class="w-full max-w-5xl">
<h1 class="text-2xl font-bold mb-4 text-center">Body Fat Percent Master Chart</h1>
<h1 class="text-2xl font-bold mb-4 text-center">
Body Fat Percent Master Chart
</h1>
<img
src="data:image/png;base64,{{ body_fat_percentage_chart }}"
alt="Body Fat Percentage"
class="w-full h-auto object-contain"
class="w-full h-auto object-contain chart-large"
/>
</div>
</div>