slight fix
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s

This commit is contained in:
BOTAlex 2026-04-01 03:17:30 +02:00
parent 3640028611
commit 94e1363c5d
2 changed files with 7 additions and 3 deletions

View file

@ -149,7 +149,7 @@
<!-- space -->
<!-- space -->
<div class="w-full flex flex-col overflow-hidden h-[70cm]">
<div class="w-full flex flex-col overflow-hidden max-h-[70cm]">
<div
class="relative w-full flex justify-center {$re?.name ? 'hidden' : ''}"
>
@ -164,7 +164,11 @@
/>
</div>
<div class="absolute w-full flex justify-center items-center">
<div
class="{$re?.name
? ''
: 'absolute'} h-full w-full flex justify-center items-center"
>
<div class="NotoSans flex flex-col cv-config include-in-print">
<div class="cv-container sections decorations">
<div id="left-section" class=" flex justify-center">

View file

@ -21,7 +21,7 @@
<style>
.A4 {
width: 210mm;
height: 297mm;
height: 296mm;
background-color: #eeeeee;
}