This commit is contained in:
Sebastian 2022-12-07 09:02:21 -03:00
parent 0c19050ae7
commit 2dc3eb0ddd
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
3 changed files with 15114 additions and 8 deletions

View File

@ -41,11 +41,11 @@ export function QR({ text }: { text: string }): VNode {
>
<div
style={{
width: "50%",
minWidth: 200,
maxWidth: 300,
marginRight: "auto",
marginLeft: "auto",
width: "50%",
minWidth: 200,
maxWidth: 300,
marginRight: "auto",
marginLeft: "auto",
}}
ref={divRef}
/>

View File

@ -16,8 +16,8 @@ div.pages-list {
}
.footer {
margin-left: 2em;
margin-right: 2em;
margin-left: 2em;
margin-right: 2em;
}
.qr-div,

File diff suppressed because one or more lines are too long