Skip to content

Commit c0c8fcd

Browse files
authored
Style: Make ticket QR code larger (#546)
1 parent 3e4a4f5 commit c0c8fcd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

frontend/src/components/common/AttendeeTicket/AttendeeTicket.module.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,15 @@
9797

9898
.qrImage {
9999
svg {
100-
width: 140px;
101-
height: 140px;
100+
width: 180px;
101+
height: 180px;
102+
}
103+
104+
@media print {
105+
svg {
106+
width: 220px;
107+
height: 220px;
108+
}
102109
}
103110

104111
.cancelled {

0 commit comments

Comments
 (0)