Clamp QR code size
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.qr-code {
|
||||
aspect-ratio: 1;
|
||||
border-radius: 1ch;
|
||||
inline-size: 50dvh;
|
||||
inline-size: clamp(20ch, 50dvh, 70ch);
|
||||
margin-block: var(--block-space);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user