Files
blog/sass/_qrcode.scss
daudix 1dd9b457ca 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 :/
2024-03-30 21:38:06 +03:00

15 lines
203 B
SCSS

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