slight fix
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s
This commit is contained in:
parent
3640028611
commit
94e1363c5d
2 changed files with 7 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<style>
|
||||
.A4 {
|
||||
width: 210mm;
|
||||
height: 297mm;
|
||||
height: 296mm;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue