summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/QR.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/components/QR.tsx')
-rw-r--r--packages/demobank-ui/src/components/QR.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/demobank-ui/src/components/QR.tsx b/packages/demobank-ui/src/components/QR.tsx
index c1c159ef8..945a08867 100644
--- a/packages/demobank-ui/src/components/QR.tsx
+++ b/packages/demobank-ui/src/components/QR.tsx
@@ -33,7 +33,6 @@ export function QR({ text }: { text: string }): VNode {
return (
<div
style={{
- width: "100%",
display: "flex",
flexDirection: "column",
alignItems: "left",
@@ -41,9 +40,7 @@ export function QR({ text }: { text: string }): VNode {
>
<div
style={{
- width: "50%",
- minWidth: 200,
- maxWidth: 300,
+ width: "100%",
marginRight: "auto",
marginLeft: "auto",
}}