fix(donation): qrcode positioning problem
parent
a3342c1965
commit
d458ede0b2
|
@ -200,10 +200,10 @@ img.thumbnail
|
||||||
&:hover
|
&:hover
|
||||||
.qrcode
|
.qrcode
|
||||||
display: block
|
display: block
|
||||||
&:first-child
|
&:first-child:not(:last-child)
|
||||||
.qrcode
|
.qrcode
|
||||||
left: -0.75rem
|
left: -0.75rem
|
||||||
&:last-child
|
&:last-child:not(:first-child)
|
||||||
.qrcode
|
.qrcode
|
||||||
right: -0.75rem
|
right: -0.75rem
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue