9 lines
165 B
CSS
9 lines
165 B
CSS
@layer components {
|
|
.qr-code {
|
|
aspect-ratio: 1;
|
|
border-radius: 1ch;
|
|
inline-size: clamp(20ch, 50dvh, 70ch);
|
|
margin-block: var(--block-space);
|
|
}
|
|
}
|