mempool/frontend/src/app/components/qrcode/qrcode.component.scss
2024-06-30 07:32:04 +00:00

13 lines
157 B
SCSS

img {
position: absolute;
top: 50%;
left: 50%;
width: 42px;
height: 42px;
transform: translate(-50%, -50%);
}
.holder {
position: relative;
}