TURNIERE-206: Improve QR code alignment

This commit is contained in:
Daniel Schädler 2022-07-01 22:05:15 +02:00
parent af9594f512
commit 4930887ce1
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 7 additions and 5 deletions

View File

@ -23,11 +23,13 @@ function FullscreenPage(props) {
<Row className='row-cols-4'>
{props.groups.map(group => <Col className='mb-2'><Group group={group} key={group.id}/></Col>)}
<Col>
<QRCodeSVG
className='shadow mx-auto'
value='https://qr.bpwstr.de/2'
size="300"
/>
<div className="d-flex justify-content-center align-items-center">
<QRCodeSVG
className='shadow mx-auto'
value='https://qr.bpwstr.de/2'
size="350"
/>
</div>
</Col>
{logo}
</Row>