.qr-code {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width : 769px) {
    .qr-code {
        max-width: 450px;
    }
}