mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
feat: implement free-form resume page formats, resolves #2991
This commit is contained in:
@@ -161,8 +161,8 @@ export function ResumePreviewClient({
|
||||
{(document) => (
|
||||
<div
|
||||
className={cn(
|
||||
"flex items-center justify-start gap-(--resume-preview-page-gap)",
|
||||
pageLayout === "horizontal" ? "flex-row" : "flex-col",
|
||||
"flex justify-start gap-(--resume-preview-page-gap)",
|
||||
pageLayout === "horizontal" ? "flex-row items-start" : "flex-col items-center",
|
||||
)}
|
||||
>
|
||||
{Array.from({ length: visiblePdf.numPages }, (_, index) => {
|
||||
|
||||
Reference in New Issue
Block a user