Added subtle shadow in QR code image, so that it's easier to notice the margin

This commit is contained in:
Alejandro Celaya 2021-02-14 10:21:10 +01:00
parent f8edcda665
commit 8a2e39a935

View file

@ -1,3 +1,4 @@
.qr-code-modal__img { .qr-code-modal__img {
max-width: 100%; max-width: 100%;
box-shadow: 0 0 .25rem rgb(0 0 0 / .2);
} }