Revert back to using goqr.me API for comment QR

DDG doesn't seem to work in "production" for some reason, while it works
perfectly fine locally :/
This commit is contained in:
daudix
2024-03-30 21:38:06 +03:00
parent 790e77d615
commit 1dd9b457ca
3 changed files with 5 additions and 16 deletions

View File

@ -1,10 +1,10 @@
#qrcode {
background-color: white;
float: right;
height: 160px;
height: 150px;
margin: 3rem 0 0 1rem;
padding: 6px;
width: 160px;
padding: 12.5px;
width: 150px;
@media only screen and (max-width: 720px) {
& {