layout
This commit is contained in:
@@ -43,12 +43,7 @@ export default function PDFViewer(props) {
|
||||
position: "relative",
|
||||
background: "green",
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: "100%",
|
||||
background: "red",
|
||||
}}
|
||||
className="mx-auto w-fit"
|
||||
>
|
||||
<Page
|
||||
className="mt-5"
|
||||
@@ -70,7 +65,6 @@ export default function PDFViewer(props) {
|
||||
></Field>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</Fragment>
|
||||
))}
|
||||
</Document>
|
||||
|
||||
Reference in New Issue
Block a user