diff --git a/src/app.css b/src/app.css index f00b0eb..630a210 100644 --- a/src/app.css +++ b/src/app.css @@ -56,6 +56,13 @@ transform: translateY(0); } + /* Temporary override during print compilation to force full layout visibility without transitions */ + .exporting-pdf .reveal { + opacity: 1 !important; + transform: none !important; + transition: none !important; + } + /* Staggered children */ .reveal-stagger > .reveal:nth-child(1) { transition-delay: 0ms; diff --git a/src/routes/cv/+page.svelte b/src/routes/cv/+page.svelte index f1ae064..19ea5f8 100644 --- a/src/routes/cv/+page.svelte +++ b/src/routes/cv/+page.svelte @@ -1,5 +1,5 @@ @@ -68,7 +65,7 @@