Layout
This commit is contained in:
@@ -32,8 +32,11 @@
|
||||
<div class="flex flex-col gap-4 mt-12">
|
||||
{{#if @first}}
|
||||
<div class="flex flex-row justify-between items-center">
|
||||
<p class="font-semibold">Erzielte Conversions {{ @root.monat }}</p>
|
||||
<p>Erstellt am {{ @root.heute }}</p>
|
||||
<div class="flex flex-col">
|
||||
<p class="font-semibold">Erzielte Conversions {{ @root.monat }}</p>
|
||||
<p>Erstellt am {{ @root.heute }}</p>
|
||||
</div>
|
||||
<p class="font-semibold">Gesamt {{ @root.gesamt }} €</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
<table class="table border-collapse border border-black">
|
||||
@@ -80,6 +83,5 @@
|
||||
<p class="font-semibold">info@online-energieausweis.org</p>
|
||||
</footer>
|
||||
{{/each}}
|
||||
<span class="absolute bottom-24 right-16 font-semibold">Gesamt {{ gesamt }} €</span>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user