TURNIERE-206: Improve QR code alignment
This commit is contained in:
parent
af9594f512
commit
4930887ce1
|
|
@ -23,11 +23,13 @@ function FullscreenPage(props) {
|
||||||
<Row className='row-cols-4'>
|
<Row className='row-cols-4'>
|
||||||
{props.groups.map(group => <Col className='mb-2'><Group group={group} key={group.id}/></Col>)}
|
{props.groups.map(group => <Col className='mb-2'><Group group={group} key={group.id}/></Col>)}
|
||||||
<Col>
|
<Col>
|
||||||
<QRCodeSVG
|
<div className="d-flex justify-content-center align-items-center">
|
||||||
className='shadow mx-auto'
|
<QRCodeSVG
|
||||||
value='https://qr.bpwstr.de/2'
|
className='shadow mx-auto'
|
||||||
size="300"
|
value='https://qr.bpwstr.de/2'
|
||||||
/>
|
size="350"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
{logo}
|
{logo}
|
||||||
</Row>
|
</Row>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue