Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P

    @daniel-ribas

    Posted

    I would suggest to use this CSS code to centralize your QRCode card:

    html, body {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    1