Skip to content

Instantly share code, notes, and snippets.

@tomiolah
Created November 8, 2023 19:10
Show Gist options
  • Save tomiolah/4f00083a7f3d3322e636feea940ef623 to your computer and use it in GitHub Desktop.
Save tomiolah/4f00083a7f3d3322e636feea940ef623 to your computer and use it in GitHub Desktop.
EVTickets ticket view CSS overrides for a corrected print view + it also makes the ticket QR code larger
.blt-sala-wrapper {
padding-top: 20px;
display: flex;
flex-direction: column;
gap: 20px;
}
.blt-info {
padding-bottom: 15px;
}
.qrcode-img {
top: -50px;
right: 50px;
width: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment